Html Css Color HEX #90501B Saddle Brown

📋 copy color: '#90501B'

red 144 ◦ green 80 ◦ blue 27

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

Shades of Saddle Brown #90501B

Tints of Saddle Brown #90501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 57.37%
G = 31.87%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90501B (or 0x90501B) is known color: Saddle Brown. HEX triplet: 90, 50 and 1B. RGB value is (144,80,27). Sum of RGB (Red+Green+Blue) = 144+80+27=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #90501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90501B is #6FAFE4. Grayscale: #5D5D5D. Windows color (decimal): -7319525 or 1790096. OLE color: 1790096.

HSL color Cylindrical-coordinate representation of color #90501B: hue angle of 27.18º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90501B is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 80 27 -
CMYK 0 0.44 0.81 0.44
HSL 27.18º 0.68% 0.34% -
HSV(B) 27.18º 0.81% 0.56% -
XYZ 14.57 11.75 2.54 -
YUV 93.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 144 80 27 0 0.44 0.81 0.44 27.18 0.68 0.34
Hex 90 50 1B 0 2C 51 2C 1B 44 22
Octal 220 120 33 0 54 121 54 33 104 42
Binary 10010000 1010000 11011 0 101100 1010001 101100 11011 1000100 100010

Color Harmonies of #90501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90501B

Black with #90501B

Text Example


Text Example

White with #90501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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