Html Css Color HEX #90520A Saddle Brown

📋 copy color: '#90520A'

red 144 ◦ green 82 ◦ blue 10

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

Shades of Saddle Brown #90520A

Tints of Saddle Brown #90520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.75%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 61.02%
G = 34.75%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#90520A (or 0x90520A) is known color: Saddle Brown. HEX triplet: 90, 52 and 0A. RGB value is (144,82,10). Sum of RGB (Red+Green+Blue) = 144+82+10=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #90520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90520A is #6FADF5. Grayscale: #5C5C5C. Windows color (decimal): -7319030 or 676496. OLE color: 676496.

HSL color Cylindrical-coordinate representation of color #90520A: hue angle of 32.24º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90520A is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 82 10 -
CMYK 0 0.43 0.93 0.44
HSL 32.24º 0.87% 0.3% -
HSV(B) 32.24º 0.93% 0.56% -
XYZ 14.57 11.99 1.83 -
YUV 92.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 144 82 10 0 0.43 0.93 0.44 32.24 0.87 0.3
Hex 90 52 A 0 2B 5D 2C 20 57 1E
Octal 220 122 12 0 53 135 54 40 127 36
Binary 10010000 1010010 1010 0 101011 1011101 101100 100000 1010111 11110

Color Harmonies of #90520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90520A

Black with #90520A

Text Example


Text Example

White with #90520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90520A; }

 p { color: rgb(144,82,10); }

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

background-color css

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

 a { background-color: rgb(144,82,10); }

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

border-color css

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

 span { border-color: rgb(144,82,10); }

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