Html Css Color HEX #994B04 Saddle Brown

📋 copy color: '#994B04'

red 153 ◦ green 75 ◦ blue 4

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

Shades of Saddle Brown #994B04

Tints of Saddle Brown #994B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 65.95%
G = 32.33%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#994B04 (or 0x994B04) is known color: Saddle Brown. HEX triplet: 99, 4B and 04. RGB value is (153,75,4). Sum of RGB (Red+Green+Blue) = 153+75+4=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #994B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994B04 is #66B4FB. Grayscale: #5A5A5A. Windows color (decimal): -6731004 or 281497. OLE color: 281497.

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

Color convert

RGB 153 75 4 -
CMYK 0 0.51 0.97 0.4
HSL 28.59º 0.95% 0.31% -
HSV(B) 28.59º 0.97% 0.6% -
XYZ 15.67 11.81 1.57 -
YUV 90.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 153 75 4 0 0.51 0.97 0.4 28.59 0.95 0.31
Hex 99 4B 4 0 33 61 28 1D 5F 1F
Octal 231 113 4 0 63 141 50 35 137 37
Binary 10011001 1001011 100 0 110011 1100001 101000 11101 1011111 11111

Color Harmonies of #994B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B04

Black with #994B04

Text Example


Text Example

White with #994B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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