Html Css Color HEX #90410D Saddle Brown

📋 copy color: '#90410D'

red 144 ◦ green 65 ◦ blue 13

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

Shades of Saddle Brown #90410D

Tints of Saddle Brown #90410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 64.86%
G = 29.28%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#90410D (or 0x90410D) is known color: Saddle Brown. HEX triplet: 90, 41 and 0D. RGB value is (144,65,13). Sum of RGB (Red+Green+Blue) = 144+65+13=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90410D is #6FBEF2. Grayscale: #525252. Windows color (decimal): -7323379 or 868752. OLE color: 868752.

HSL color Cylindrical-coordinate representation of color #90410D: hue angle of 23.82º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90410D is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 65 13 -
CMYK 0 0.55 0.91 0.44
HSL 23.82º 0.83% 0.31% -
HSV(B) 23.82º 0.91% 0.56% -
XYZ 13.46 9.74 1.55 -
YUV 82.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 144 65 13 0 0.55 0.91 0.44 23.82 0.83 0.31
Hex 90 41 D 0 37 5B 2C 18 53 1F
Octal 220 101 15 0 67 133 54 30 123 37
Binary 10010000 1000001 1101 0 110111 1011011 101100 11000 1010011 11111

Color Harmonies of #90410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90410D

Black with #90410D

Text Example


Text Example

White with #90410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90410D; }

 p { color: rgb(144,65,13); }

 H1.HeaderClassName
 {
   color: #90410D;
 }
 .AnyTagClassName
 {
   color: #90410D;
 }
</style>

background-color css

<style>
 a { background-color: #90410D; }

 a { background-color: rgb(144,65,13); }

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

border-color css

<style>
 span { border-color: #90410D; }

 span { border-color: rgb(144,65,13); }

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