Html Css Color HEX #90401B Saddle Brown

📋 copy color: '#90401B'

red 144 ◦ green 64 ◦ blue 27

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

Shades of Saddle Brown #90401B

Tints of Saddle Brown #90401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.23%

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

R = 61.28%
G = 27.23%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90401B (or 0x90401B) is known color: Saddle Brown. HEX triplet: 90, 40 and 1B. RGB value is (144,64,27). Sum of RGB (Red+Green+Blue) = 144+64+27=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #90401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90401B is #6FBFE4. Grayscale: #535353. Windows color (decimal): -7323621 or 1786000. OLE color: 1786000.

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

Color convert

RGB 144 64 27 -
CMYK 0 0.56 0.81 0.44
HSL 18.97º 0.68% 0.34% -
HSV(B) 18.97º 0.81% 0.56% -
XYZ 13.53 9.68 2.19 -
YUV 83.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 144 64 27 0 0.56 0.81 0.44 18.97 0.68 0.34
Hex 90 40 1B 0 38 51 2C 13 44 22
Octal 220 100 33 0 70 121 54 23 104 42
Binary 10010000 1000000 11011 0 111000 1010001 101100 10011 1000100 100010

Color Harmonies of #90401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90401B

Black with #90401B

Text Example


Text Example

White with #90401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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