Html Css Color HEX #90481F Saddle Brown

📋 copy color: '#90481F'

red 144 ◦ green 72 ◦ blue 31

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

Shades of Saddle Brown #90481F

Tints of Saddle Brown #90481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

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

R = 58.3%
G = 29.15%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90481F (or 0x90481F) is known color: Saddle Brown. HEX triplet: 90, 48 and 1F. RGB value is (144,72,31). Sum of RGB (Red+Green+Blue) = 144+72+31=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #90481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90481F is #6FB7E0. Grayscale: #595959. Windows color (decimal): -7321569 or 2050192. OLE color: 2050192.

HSL color Cylindrical-coordinate representation of color #90481F: hue angle of 21.77º 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 #90481F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 72 31 -
CMYK 0 0.50 0.78 0.44
HSL 21.77º 0.65% 0.34% -
HSV(B) 21.77º 0.78% 0.56% -
XYZ 14.07 10.66 2.61 -
YUV 88.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 144 72 31 0 0.50 0.78 0.44 21.77 0.65 0.34
Hex 90 48 1F 0 32 4E 2C 16 41 22
Octal 220 110 37 0 62 116 54 26 101 42
Binary 10010000 1001000 11111 0 110010 1001110 101100 10110 1000001 100010

Color Harmonies of #90481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90481F

Black with #90481F

Text Example


Text Example

White with #90481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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