Html Css Color HEX #905014 Saddle Brown

📋 copy color: '#905014'

red 144 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #905014

Tints of Saddle Brown #905014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 59.02%
G = 32.79%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#905014 (or 0x905014) is known color: Saddle Brown. HEX triplet: 90, 50 and 14. RGB value is (144,80,20). Sum of RGB (Red+Green+Blue) = 144+80+20=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #905014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905014 is #6FAFEB. Grayscale: #5C5C5C. Windows color (decimal): -7319532 or 1331344. OLE color: 1331344.

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

Color convert

RGB 144 80 20 -
CMYK 0 0.44 0.86 0.44
HSL 29.03º 0.76% 0.32% -
HSV(B) 29.03º 0.86% 0.56% -
XYZ 14.5 11.72 2.16 -
YUV 92.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 144 80 20 0 0.44 0.86 0.44 29.03 0.76 0.32
Hex 90 50 14 0 2C 56 2C 1D 4C 20
Octal 220 120 24 0 54 126 54 35 114 40
Binary 10010000 1010000 10100 0 101100 1010110 101100 11101 1001100 100000

Color Harmonies of #905014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905014

Black with #905014

Text Example


Text Example

White with #905014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905014; }

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

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

background-color css

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

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

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

border-color css

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

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

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