Html Css Color HEX #90421E Saddle Brown

📋 copy color: '#90421E'

red 144 ◦ green 66 ◦ blue 30

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

Shades of Saddle Brown #90421E

Tints of Saddle Brown #90421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

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

R = 60%
G = 27.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90421E (or 0x90421E) is known color: Saddle Brown. HEX triplet: 90, 42 and 1E. RGB value is (144,66,30). Sum of RGB (Red+Green+Blue) = 144+66+30=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #90421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90421E is #6FBDE1. Grayscale: #555555. Windows color (decimal): -7323106 or 1983120. OLE color: 1983120.

HSL color Cylindrical-coordinate representation of color #90421E: hue angle of 18.95º 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 #90421E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 66 30 -
CMYK 0 0.54 0.79 0.44
HSL 18.95º 0.66% 0.34% -
HSV(B) 18.95º 0.79% 0.56% -
XYZ 13.68 9.92 2.42 -
YUV 85.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 144 66 30 0 0.54 0.79 0.44 18.95 0.66 0.34
Hex 90 42 1E 0 36 4F 2C 13 42 22
Octal 220 102 36 0 66 117 54 23 102 42
Binary 10010000 1000010 11110 0 110110 1001111 101100 10011 1000010 100010

Color Harmonies of #90421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90421E

Black with #90421E

Text Example


Text Example

White with #90421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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