Html Css Color HEX #994C0B Saddle Brown

📋 copy color: '#994C0B'

red 153 ◦ green 76 ◦ blue 11

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

Shades of Saddle Brown #994C0B

Tints of Saddle Brown #994C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.67%

 BLUE value IS 11 (4.69% from 255) = 4.58%

R = 63.75%
G = 31.67%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#994C0B (or 0x994C0B) is known color: Saddle Brown. HEX triplet: 99, 4C and 0B. RGB value is (153,76,11). Sum of RGB (Red+Green+Blue) = 153+76+11=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #994C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C0B is #66B3F4. Grayscale: #5B5B5B. Windows color (decimal): -6730741 or 740505. OLE color: 740505.

HSL color Cylindrical-coordinate representation of color #994C0B: hue angle of 27.46º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #994C0B is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 11 -
CMYK 0 0.50 0.93 0.4
HSL 27.46º 0.87% 0.32% -
HSV(B) 27.46º 0.93% 0.6% -
XYZ 15.78 11.97 1.79 -
YUV 91.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 153 76 11 0 0.50 0.93 0.4 27.46 0.87 0.32
Hex 99 4C B 0 32 5D 28 1B 57 20
Octal 231 114 13 0 62 135 50 33 127 40
Binary 10011001 1001100 1011 0 110010 1011101 101000 11011 1010111 100000

Color Harmonies of #994C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C0B

Black with #994C0B

Text Example


Text Example

White with #994C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994C0B; }

 p { color: rgb(153,76,11); }

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

background-color css

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

 a { background-color: rgb(153,76,11); }

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

border-color css

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

 span { border-color: rgb(153,76,11); }

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