Html Css Color HEX #994604 Saddle Brown

📋 copy color: '#994604'

red 153 ◦ green 70 ◦ blue 4

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

Shades of Saddle Brown #994604

Tints of Saddle Brown #994604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 67.4%
G = 30.84%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#994604 (or 0x994604) is known color: Saddle Brown. HEX triplet: 99, 46 and 04. RGB value is (153,70,4). Sum of RGB (Red+Green+Blue) = 153+70+4=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #994604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994604 is #66B9FB. Grayscale: #575757. Windows color (decimal): -6732284 or 280217. OLE color: 280217.

HSL color Cylindrical-coordinate representation of color #994604: hue angle of 26.58º 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 #994604 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 4 -
CMYK 0 0.54 0.97 0.4
HSL 26.58º 0.95% 0.31% -
HSV(B) 26.58º 0.97% 0.6% -
XYZ 15.35 11.16 1.46 -
YUV 87.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 153 70 4 0 0.54 0.97 0.4 26.58 0.95 0.31
Hex 99 46 4 0 36 61 28 1B 5F 1F
Octal 231 106 4 0 66 141 50 33 137 37
Binary 10011001 1000110 100 0 110110 1100001 101000 11011 1011111 11111

Color Harmonies of #994604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994604

Black with #994604

Text Example


Text Example

White with #994604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994604; }

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

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

background-color css

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

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

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

border-color css

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

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

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