Html Css Color HEX #992700 Saddle Brown

📋 copy color: '#992700'

red 153 ◦ green 39 ◦ blue 0

#992700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #992700

Tints of Saddle Brown #992700

RGB

 RED value IS 153 (60.16% from 255) = 79.69%

 GREEN value IS 39 (15.63% from 255) = 20.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.69%
G = 20.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#992700 (or 0x992700) is known color: Saddle Brown. HEX triplet: 99, 27 and 00. RGB value is (153,39,0). Sum of RGB (Red+Green+Blue) = 153+39+0=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #992700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992700 is #66D8FF. Grayscale: #444444. Windows color (decimal): -6740224 or 10137. OLE color: 10137.

HSL color Cylindrical-coordinate representation of color #992700: hue angle of 15.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #992700 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 39 0 -
CMYK 0 0.75 1 0.4
HSL 15.29º 1% 0.3% -
HSV(B) 15.29º 1% 0.6% -
XYZ 13.86 8.22 0.86 -
YUV 68.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 153 39 0 0 0.75 1 0.4 15.29 1 0.3
Hex 99 27 0 0 4B 64 28 F 64 1E
Octal 231 47 0 0 113 144 50 17 144 36
Binary 10011001 100111 0 0 1001011 1100100 101000 1111 1100100 11110

Color Harmonies of #992700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992700

Black with #992700

Text Example


Text Example

White with #992700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992700; }

 p { color: rgb(153,39,0); }

 H1.HeaderClassName
 {
   color: #992700;
 }
 .AnyTagClassName
 {
   color: #992700;
 }
</style>

background-color css

<style>
 a { background-color: #992700; }

 a { background-color: rgb(153,39,0); }

 div.DivClassName
 {
   background-color: #992700;
 }
 .BgClassName
 {
   background-color: #992700;
 }
</style>

border-color css

<style>
 span { border-color: #992700; }

 span { border-color: rgb(153,39,0); }

 td.TdClassName
 {
   border-color: #992700;
 }
 .TagClassName
 {
   border-color: #992700;
 }
</style>