Html Css Color HEX #904916 Saddle Brown

📋 copy color: '#904916'

red 144 ◦ green 73 ◦ blue 22

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

Shades of Saddle Brown #904916

Tints of Saddle Brown #904916

RGB

 RED value IS 144 (56.64% from 255) = 60.25%

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 22 (8.98% from 255) = 9.21%

R = 60.25%
G = 30.54%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#904916 (or 0x904916) is known color: Saddle Brown. HEX triplet: 90, 49 and 16. RGB value is (144,73,22). Sum of RGB (Red+Green+Blue) = 144+73+22=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #904916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904916 is #6FB6E9. Grayscale: #585858. Windows color (decimal): -7321322 or 1460624. OLE color: 1460624.

HSL color Cylindrical-coordinate representation of color #904916: hue angle of 25.08º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #904916 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 73 22 -
CMYK 0 0.49 0.85 0.44
HSL 25.08º 0.73% 0.33% -
HSV(B) 25.08º 0.85% 0.56% -
XYZ 14.03 10.75 2.1 -
YUV 88.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 144 73 22 0 0.49 0.85 0.44 25.08 0.73 0.33
Hex 90 49 16 0 31 55 2C 19 49 21
Octal 220 111 26 0 61 125 54 31 111 41
Binary 10010000 1001001 10110 0 110001 1010101 101100 11001 1001001 100001

Color Harmonies of #904916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904916

Black with #904916

Text Example


Text Example

White with #904916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904916; }

 p { color: rgb(144,73,22); }

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

background-color css

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

 a { background-color: rgb(144,73,22); }

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

border-color css

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

 span { border-color: rgb(144,73,22); }

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