Html Css Color HEX #994D0B Saddle Brown

📋 copy color: '#994D0B'

red 153 ◦ green 77 ◦ blue 11

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

Shades of Saddle Brown #994D0B

Tints of Saddle Brown #994D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

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

R = 63.49%
G = 31.95%
B = 4.56%

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

#994D0B (or 0x994D0B) is known color: Saddle Brown. HEX triplet: 99, 4D and 0B. RGB value is (153,77,11). Sum of RGB (Red+Green+Blue) = 153+77+11=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #994D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994D0B is #66B2F4. Grayscale: #5C5C5C. Windows color (decimal): -6730485 or 740761. OLE color: 740761.

HSL color Cylindrical-coordinate representation of color #994D0B: hue angle of 27.89º 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 #994D0B is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 11 -
CMYK 0 0.50 0.93 0.4
HSL 27.89º 0.87% 0.32% -
HSV(B) 27.89º 0.93% 0.6% -
XYZ 15.85 12.1 1.82 -
YUV 92.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 153 77 11 0 0.50 0.93 0.4 27.89 0.87 0.32
Hex 99 4D B 0 32 5D 28 1C 57 20
Octal 231 115 13 0 62 135 50 34 127 40
Binary 10011001 1001101 1011 0 110010 1011101 101000 11100 1010111 100000

Color Harmonies of #994D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D0B

Black with #994D0B

Text Example


Text Example

White with #994D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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