Html Css Color HEX #994B0C Saddle Brown

📋 copy color: '#994B0C'

red 153 ◦ green 75 ◦ blue 12

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

Shades of Saddle Brown #994B0C

Tints of Saddle Brown #994B0C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

 BLUE value IS 12 (5.08% from 255) = 5%

R = 63.75%
G = 31.25%
B = 5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#994B0C (or 0x994B0C) is known color: Saddle Brown. HEX triplet: 99, 4B and 0C. RGB value is (153,75,12). Sum of RGB (Red+Green+Blue) = 153+75+12=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #994B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994B0C is #66B4F3. Grayscale: #5B5B5B. Windows color (decimal): -6730996 or 805785. OLE color: 805785.

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

Color convert

RGB 153 75 12 -
CMYK 0 0.51 0.92 0.4
HSL 26.81º 0.85% 0.32% -
HSV(B) 26.81º 0.92% 0.6% -
XYZ 15.72 11.83 1.8 -
YUV 91.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 153 75 12 0 0.51 0.92 0.4 26.81 0.85 0.32
Hex 99 4B C 0 33 5C 28 1B 55 20
Octal 231 113 14 0 63 134 50 33 125 40
Binary 10011001 1001011 1100 0 110011 1011100 101000 11011 1010101 100000

Color Harmonies of #994B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B0C

Black with #994B0C

Text Example


Text Example

White with #994B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,75,12); }

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

background-color css

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

 a { background-color: rgb(153,75,12); }

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

border-color css

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

 span { border-color: rgb(153,75,12); }

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