Html Css Color HEX #90350F Saddle Brown

📋 copy color: '#90350F'

red 144 ◦ green 53 ◦ blue 15

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

Shades of Saddle Brown #90350F

Tints of Saddle Brown #90350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 67.92%
G = 25%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90350F (or 0x90350F) is known color: Saddle Brown. HEX triplet: 90, 35 and 0F. RGB value is (144,53,15). Sum of RGB (Red+Green+Blue) = 144+53+15=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #90350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90350F is #6FCAF0. Grayscale: #4C4C4C. Windows color (decimal): -7326449 or 996752. OLE color: 996752.

HSL color Cylindrical-coordinate representation of color #90350F: hue angle of 17.67º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90350F is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 53 15 -
CMYK 0 0.63 0.90 0.44
HSL 17.67º 0.81% 0.31% -
HSV(B) 17.67º 0.9% 0.56% -
XYZ 12.86 8.51 1.42 -
YUV 75.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 144 53 15 0 0.63 0.90 0.44 17.67 0.81 0.31
Hex 90 35 F 0 3F 5A 2C 12 51 1F
Octal 220 65 17 0 77 132 54 22 121 37
Binary 10010000 110101 1111 0 111111 1011010 101100 10010 1010001 11111

Color Harmonies of #90350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90350F

Black with #90350F

Text Example


Text Example

White with #90350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,53,15); }

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

background-color css

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

 a { background-color: rgb(144,53,15); }

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

border-color css

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

 span { border-color: rgb(144,53,15); }

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