Html Css Color HEX #89350B Saddle Brown

📋 copy color: '#89350B'

red 137 ◦ green 53 ◦ blue 11

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

Shades of Saddle Brown #89350B

Tints of Saddle Brown #89350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.47%

R = 68.16%
G = 26.37%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89350B (or 0x89350B) is known color: Saddle Brown. HEX triplet: 89, 35 and 0B. RGB value is (137,53,11). Sum of RGB (Red+Green+Blue) = 137+53+11=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89350B is #76CAF4. Grayscale: #494949. Windows color (decimal): -7785205 or 734601. OLE color: 734601.

HSL color Cylindrical-coordinate representation of color #89350B: hue angle of 20º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89350B is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 53 11 -
CMYK 0 0.61 0.92 0.46
HSL 20º 0.85% 0.29% -
HSV(B) 20º 0.92% 0.54% -
XYZ 11.65 7.89 1.23 -
YUV 73.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 137 53 11 0 0.61 0.92 0.46 20 0.85 0.29
Hex 89 35 B 0 3D 5C 2E 14 55 1D
Octal 211 65 13 0 75 134 56 24 125 35
Binary 10001001 110101 1011 0 111101 1011100 101110 10100 1010101 11101

Color Harmonies of #89350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89350B

Black with #89350B

Text Example


Text Example

White with #89350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89350B; }

 p { color: rgb(137,53,11); }

 H1.HeaderClassName
 {
   color: #89350B;
 }
 .AnyTagClassName
 {
   color: #89350B;
 }
</style>

background-color css

<style>
 a { background-color: #89350B; }

 a { background-color: rgb(137,53,11); }

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

border-color css

<style>
 span { border-color: #89350B; }

 span { border-color: rgb(137,53,11); }

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