Html Css Color HEX #90511B Saddle Brown

📋 copy color: '#90511B'

red 144 ◦ green 81 ◦ blue 27

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

Shades of Saddle Brown #90511B

Tints of Saddle Brown #90511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

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

R = 57.14%
G = 32.14%
B = 10.71%

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

#90511B (or 0x90511B) is known color: Saddle Brown. HEX triplet: 90, 51 and 1B. RGB value is (144,81,27). Sum of RGB (Red+Green+Blue) = 144+81+27=252 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.14% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 144 - color contains mainly: red. Hex color #90511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90511B is #6FAEE4. Grayscale: #5D5D5D. Windows color (decimal): -7319269 or 1790352. OLE color: 1790352.

HSL color Cylindrical-coordinate representation of color #90511B: hue angle of 27.69º 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 #90511B is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 81 27 -
CMYK 0 0.44 0.81 0.44
HSL 27.69º 0.68% 0.34% -
HSV(B) 27.69º 0.81% 0.56% -
XYZ 14.64 11.89 2.56 -
YUV 93.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 144 81 27 0 0.44 0.81 0.44 27.69 0.68 0.34
Hex 90 51 1B 0 2C 51 2C 1C 44 22
Octal 220 121 33 0 54 121 54 34 104 42
Binary 10010000 1010001 11011 0 101100 1010001 101100 11100 1000100 100010

Color Harmonies of #90511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90511B

Black with #90511B

Text Example


Text Example

White with #90511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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