Html Css Color HEX #89530C Saddle Brown

📋 copy color: '#89530C'

red 137 ◦ green 83 ◦ blue 12

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

Shades of Saddle Brown #89530C

Tints of Saddle Brown #89530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

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

R = 59.05%
G = 35.78%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89530C (or 0x89530C) is known color: Saddle Brown. HEX triplet: 89, 53 and 0C. RGB value is (137,83,12). Sum of RGB (Red+Green+Blue) = 137+83+12=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89530C is #76ACF3. Grayscale: #5B5B5B. Windows color (decimal): -7777524 or 807817. OLE color: 807817.

HSL color Cylindrical-coordinate representation of color #89530C: hue angle of 34.08º 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 #89530C is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 83 12 -
CMYK 0 0.39 0.91 0.46
HSL 34.08º 0.84% 0.29% -
HSV(B) 34.08º 0.91% 0.54% -
XYZ 13.48 11.53 1.86 -
YUV 91.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 137 83 12 0 0.39 0.91 0.46 34.08 0.84 0.29
Hex 89 53 C 0 27 5B 2E 22 54 1D
Octal 211 123 14 0 47 133 56 42 124 35
Binary 10001001 1010011 1100 0 100111 1011011 101110 100010 1010100 11101

Color Harmonies of #89530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89530C

Black with #89530C

Text Example


Text Example

White with #89530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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