Html Css Color HEX #905515 Saddle Brown

📋 copy color: '#905515'

red 144 ◦ green 85 ◦ blue 21

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

Shades of Saddle Brown #905515

Tints of Saddle Brown #905515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 57.6%
G = 34%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#905515 (or 0x905515) is known color: Saddle Brown. HEX triplet: 90, 55 and 15. RGB value is (144,85,21). Sum of RGB (Red+Green+Blue) = 144+85+21=250 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 144 - color contains mainly: red. Hex color #905515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905515 is #6FAAEA. Grayscale: #5F5F5F. Windows color (decimal): -7318251 or 1398160. OLE color: 1398160.

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

Color convert

RGB 144 85 21 -
CMYK 0 0.41 0.85 0.44
HSL 31.22º 0.75% 0.32% -
HSV(B) 31.22º 0.85% 0.56% -
XYZ 14.89 12.48 2.33 -
YUV 95.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 144 85 21 0 0.41 0.85 0.44 31.22 0.75 0.32
Hex 90 55 15 0 29 55 2C 1F 4B 20
Octal 220 125 25 0 51 125 54 37 113 40
Binary 10010000 1010101 10101 0 101001 1010101 101100 11111 1001011 100000

Color Harmonies of #905515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905515

Black with #905515

Text Example


Text Example

White with #905515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905515; }

 p { color: rgb(144,85,21); }

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

background-color css

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

 a { background-color: rgb(144,85,21); }

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

border-color css

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

 span { border-color: rgb(144,85,21); }

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