Html Css Color HEX #90471B Saddle Brown

📋 copy color: '#90471B'

red 144 ◦ green 71 ◦ blue 27

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

Shades of Saddle Brown #90471B

Tints of Saddle Brown #90471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.34%

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

R = 59.5%
G = 29.34%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90471B (or 0x90471B) is known color: Saddle Brown. HEX triplet: 90, 47 and 1B. RGB value is (144,71,27). Sum of RGB (Red+Green+Blue) = 144+71+27=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #90471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90471B is #6FB8E4. Grayscale: #585858. Windows color (decimal): -7321829 or 1787792. OLE color: 1787792.

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

Color convert

RGB 144 71 27 -
CMYK 0 0.51 0.81 0.44
HSL 22.56º 0.68% 0.34% -
HSV(B) 22.56º 0.81% 0.56% -
XYZ 13.95 10.51 2.33 -
YUV 87.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 144 71 27 0 0.51 0.81 0.44 22.56 0.68 0.34
Hex 90 47 1B 0 33 51 2C 17 44 22
Octal 220 107 33 0 63 121 54 27 104 42
Binary 10010000 1000111 11011 0 110011 1010001 101100 10111 1000100 100010

Color Harmonies of #90471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90471B

Black with #90471B

Text Example


Text Example

White with #90471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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