Html Css Color HEX #90471F Saddle Brown

📋 copy color: '#90471F'

red 144 ◦ green 71 ◦ blue 31

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

Shades of Saddle Brown #90471F

Tints of Saddle Brown #90471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 58.54%
G = 28.86%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90471F (or 0x90471F) is known color: Saddle Brown. HEX triplet: 90, 47 and 1F. RGB value is (144,71,31). Sum of RGB (Red+Green+Blue) = 144+71+31=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #90471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90471F is #6FB8E0. Grayscale: #585858. Windows color (decimal): -7321825 or 2049936. OLE color: 2049936.

HSL color Cylindrical-coordinate representation of color #90471F: hue angle of 21.24º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90471F is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 71 31 -
CMYK 0 0.51 0.78 0.44
HSL 21.24º 0.65% 0.34% -
HSV(B) 21.24º 0.78% 0.56% -
XYZ 14 10.53 2.59 -
YUV 88.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 144 71 31 0 0.51 0.78 0.44 21.24 0.65 0.34
Hex 90 47 1F 0 33 4E 2C 15 41 22
Octal 220 107 37 0 63 116 54 25 101 42
Binary 10010000 1000111 11111 0 110011 1001110 101100 10101 1000001 100010

Color Harmonies of #90471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90471F

Black with #90471F

Text Example


Text Example

White with #90471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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