Html Css Color HEX #89320C Saddle Brown

📋 copy color: '#89320C'

red 137 ◦ green 50 ◦ blue 12

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

Shades of Saddle Brown #89320C

Tints of Saddle Brown #89320C

RGB

 RED value IS 137 (53.91% from 255) = 68.84%

 GREEN value IS 50 (19.92% from 255) = 25.13%

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 68.84%
G = 25.13%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89320C (or 0x89320C) is known color: Saddle Brown. HEX triplet: 89, 32 and 0C. RGB value is (137,50,12). Sum of RGB (Red+Green+Blue) = 137+50+12=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #89320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89320C is #76CDF3. Grayscale: #474747. Windows color (decimal): -7785972 or 799369. OLE color: 799369.

HSL color Cylindrical-coordinate representation of color #89320C: hue angle of 18.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89320C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 12 -
CMYK 0 0.64 0.91 0.46
HSL 18.24º 0.84% 0.29% -
HSV(B) 18.24º 0.91% 0.54% -
XYZ 11.52 7.63 1.21 -
YUV 71.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 137 50 12 0 0.64 0.91 0.46 18.24 0.84 0.29
Hex 89 32 C 0 40 5B 2E 12 54 1D
Octal 211 62 14 0 100 133 56 22 124 35
Binary 10001001 110010 1100 0 1000000 1011011 101110 10010 1010100 11101

Color Harmonies of #89320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89320C

Black with #89320C

Text Example


Text Example

White with #89320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89320C; }

 p { color: rgb(137,50,12); }

 H1.HeaderClassName
 {
   color: #89320C;
 }
 .AnyTagClassName
 {
   color: #89320C;
 }
</style>

background-color css

<style>
 a { background-color: #89320C; }

 a { background-color: rgb(137,50,12); }

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

border-color css

<style>
 span { border-color: #89320C; }

 span { border-color: rgb(137,50,12); }

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