Html Css Color HEX #904913 Saddle Brown

📋 copy color: '#904913'

red 144 ◦ green 73 ◦ blue 19

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

Shades of Saddle Brown #904913

Tints of Saddle Brown #904913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 61.02%
G = 30.93%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#904913 (or 0x904913) is known color: Saddle Brown. HEX triplet: 90, 49 and 13. RGB value is (144,73,19). Sum of RGB (Red+Green+Blue) = 144+73+19=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #904913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904913 is #6FB6EC. Grayscale: #585858. Windows color (decimal): -7321325 or 1264016. OLE color: 1264016.

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

Color convert

RGB 144 73 19 -
CMYK 0 0.49 0.87 0.44
HSL 25.92º 0.77% 0.32% -
HSV(B) 25.92º 0.87% 0.56% -
XYZ 14 10.74 1.95 -
YUV 88.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 144 73 19 0 0.49 0.87 0.44 25.92 0.77 0.32
Hex 90 49 13 0 31 57 2C 1A 4D 20
Octal 220 111 23 0 61 127 54 32 115 40
Binary 10010000 1001001 10011 0 110001 1010111 101100 11010 1001101 100000

Color Harmonies of #904913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904913

Black with #904913

Text Example


Text Example

White with #904913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904913; }

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

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

background-color css

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

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

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

border-color css

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

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

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