Html Css Color HEX #904908 Saddle Brown

📋 copy color: '#904908'

red 144 ◦ green 73 ◦ blue 8

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

Shades of Saddle Brown #904908

Tints of Saddle Brown #904908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.56%

R = 64%
G = 32.44%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#904908 (or 0x904908) is known color: Saddle Brown. HEX triplet: 90, 49 and 08. RGB value is (144,73,8). Sum of RGB (Red+Green+Blue) = 144+73+8=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #904908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904908 is #6FB6F7. Grayscale: #575757. Windows color (decimal): -7321336 or 543120. OLE color: 543120.

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

Color convert

RGB 144 73 8 -
CMYK 0 0.49 0.94 0.44
HSL 28.68º 0.89% 0.3% -
HSV(B) 28.68º 0.94% 0.56% -
XYZ 13.93 10.71 1.56 -
YUV 86.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 144 73 8 0 0.49 0.94 0.44 28.68 0.89 0.3
Hex 90 49 8 0 31 5E 2C 1D 59 1E
Octal 220 111 10 0 61 136 54 35 131 36
Binary 10010000 1001001 1000 0 110001 1011110 101100 11101 1011001 11110

Color Harmonies of #904908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904908

Black with #904908

Text Example


Text Example

White with #904908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904908; }

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

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

background-color css

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

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

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

border-color css

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

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

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