Html Css Color HEX #90500E Saddle Brown

📋 copy color: '#90500E'

red 144 ◦ green 80 ◦ blue 14

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

Shades of Saddle Brown #90500E

Tints of Saddle Brown #90500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 60.5%
G = 33.61%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90500E (or 0x90500E) is known color: Saddle Brown. HEX triplet: 90, 50 and 0E. RGB value is (144,80,14). Sum of RGB (Red+Green+Blue) = 144+80+14=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90500E is #6FAFF1. Grayscale: #5B5B5B. Windows color (decimal): -7319538 or 938128. OLE color: 938128.

HSL color Cylindrical-coordinate representation of color #90500E: hue angle of 30.46º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90500E is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 80 14 -
CMYK 0 0.44 0.90 0.44
HSL 30.46º 0.82% 0.31% -
HSV(B) 30.46º 0.9% 0.56% -
XYZ 14.45 11.7 1.91 -
YUV 91.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 144 80 14 0 0.44 0.90 0.44 30.46 0.82 0.31
Hex 90 50 E 0 2C 5A 2C 1E 52 1F
Octal 220 120 16 0 54 132 54 36 122 37
Binary 10010000 1010000 1110 0 101100 1011010 101100 11110 1010010 11111

Color Harmonies of #90500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90500E

Black with #90500E

Text Example


Text Example

White with #90500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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