Html Css Color HEX #904013 Saddle Brown

📋 copy color: '#904013'

red 144 ◦ green 64 ◦ blue 19

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

Shades of Saddle Brown #904013

Tints of Saddle Brown #904013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 63.44%
G = 28.19%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#904013 (or 0x904013) is known color: Saddle Brown. HEX triplet: 90, 40 and 13. RGB value is (144,64,19). Sum of RGB (Red+Green+Blue) = 144+64+19=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #904013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904013 is #6FBFEC. Grayscale: #535353. Windows color (decimal): -7323629 or 1261712. OLE color: 1261712.

HSL color Cylindrical-coordinate representation of color #904013: hue angle of 21.6º 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 #904013 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 64 19 -
CMYK 0 0.56 0.87 0.44
HSL 21.6º 0.77% 0.32% -
HSV(B) 21.6º 0.87% 0.56% -
XYZ 13.45 9.64 1.77 -
YUV 82.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 144 64 19 0 0.56 0.87 0.44 21.6 0.77 0.32
Hex 90 40 13 0 38 57 2C 16 4D 20
Octal 220 100 23 0 70 127 54 26 115 40
Binary 10010000 1000000 10011 0 111000 1010111 101100 10110 1001101 100000

Color Harmonies of #904013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904013

Black with #904013

Text Example


Text Example

White with #904013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904013; }

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

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

background-color css

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

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

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

border-color css

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

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

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