Html Css Color HEX #90471E Saddle Brown

📋 copy color: '#90471E'

red 144 ◦ green 71 ◦ blue 30

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

Shades of Saddle Brown #90471E

Tints of Saddle Brown #90471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 58.78%
G = 28.98%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90471E (or 0x90471E) is known color: Saddle Brown. HEX triplet: 90, 47 and 1E. RGB value is (144,71,30). Sum of RGB (Red+Green+Blue) = 144+71+30=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90471E is #6FB8E1. Grayscale: #585858. Windows color (decimal): -7321826 or 1984400. OLE color: 1984400.

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

Color convert

RGB 144 71 30 -
CMYK 0 0.51 0.79 0.44
HSL 21.58º 0.66% 0.34% -
HSV(B) 21.58º 0.79% 0.56% -
XYZ 13.99 10.53 2.52 -
YUV 88.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 144 71 30 0 0.51 0.79 0.44 21.58 0.66 0.34
Hex 90 47 1E 0 33 4F 2C 16 42 22
Octal 220 107 36 0 63 117 54 26 102 42
Binary 10010000 1000111 11110 0 110011 1001111 101100 10110 1000010 100010

Color Harmonies of #90471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90471E

Black with #90471E

Text Example


Text Example

White with #90471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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