Html Css Color HEX #90370F Saddle Brown

📋 copy color: '#90370F'

red 144 ◦ green 55 ◦ blue 15

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

Shades of Saddle Brown #90370F

Tints of Saddle Brown #90370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

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

R = 67.29%
G = 25.7%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90370F (or 0x90370F) is known color: Saddle Brown. HEX triplet: 90, 37 and 0F. RGB value is (144,55,15). Sum of RGB (Red+Green+Blue) = 144+55+15=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #90370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90370F is #6FC8F0. Grayscale: #4D4D4D. Windows color (decimal): -7325937 or 997264. OLE color: 997264.

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

Color convert

RGB 144 55 15 -
CMYK 0 0.62 0.90 0.44
HSL 18.6º 0.81% 0.31% -
HSV(B) 18.6º 0.9% 0.56% -
XYZ 12.95 8.7 1.45 -
YUV 77.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 144 55 15 0 0.62 0.90 0.44 18.6 0.81 0.31
Hex 90 37 F 0 3E 5A 2C 13 51 1F
Octal 220 67 17 0 76 132 54 23 121 37
Binary 10010000 110111 1111 0 111110 1011010 101100 10011 1010001 11111

Color Harmonies of #90370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90370F

Black with #90370F

Text Example


Text Example

White with #90370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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