Html Css Color HEX #905013 Saddle Brown

📋 copy color: '#905013'

red 144 ◦ green 80 ◦ blue 19

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

Shades of Saddle Brown #905013

Tints of Saddle Brown #905013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

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

R = 59.26%
G = 32.92%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#905013 (or 0x905013) is known color: Saddle Brown. HEX triplet: 90, 50 and 13. RGB value is (144,80,19). Sum of RGB (Red+Green+Blue) = 144+80+19=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #905013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905013 is #6FAFEC. Grayscale: #5C5C5C. Windows color (decimal): -7319533 or 1265808. OLE color: 1265808.

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

Color convert

RGB 144 80 19 -
CMYK 0 0.44 0.87 0.44
HSL 29.28º 0.77% 0.32% -
HSV(B) 29.28º 0.87% 0.56% -
XYZ 14.49 11.71 2.11 -
YUV 92.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 144 80 19 0 0.44 0.87 0.44 29.28 0.77 0.32
Hex 90 50 13 0 2C 57 2C 1D 4D 20
Octal 220 120 23 0 54 127 54 35 115 40
Binary 10010000 1010000 10011 0 101100 1010111 101100 11101 1001101 100000

Color Harmonies of #905013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905013

Black with #905013

Text Example


Text Example

White with #905013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905013; }

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

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

background-color css

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

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

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

border-color css

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

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

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