Html Css Color HEX #89420A Saddle Brown

📋 copy color: '#89420A'

red 137 ◦ green 66 ◦ blue 10

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

Shades of Saddle Brown #89420A

Tints of Saddle Brown #89420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

 BLUE value IS 10 (4.3% from 255) = 4.69%

R = 64.32%
G = 30.99%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#89420A (or 0x89420A) is known color: Saddle Brown. HEX triplet: 89, 42 and 0A. RGB value is (137,66,10). Sum of RGB (Red+Green+Blue) = 137+66+10=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #89420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89420A is #76BDF5. Grayscale: #515151. Windows color (decimal): -7781878 or 672393. OLE color: 672393.

HSL color Cylindrical-coordinate representation of color #89420A: hue angle of 26.46º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89420A is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 10 -
CMYK 0 0.52 0.93 0.46
HSL 26.46º 0.86% 0.29% -
HSV(B) 26.46º 0.93% 0.54% -
XYZ 12.32 9.24 1.42 -
YUV 80.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 137 66 10 0 0.52 0.93 0.46 26.46 0.86 0.29
Hex 89 42 A 0 34 5D 2E 1A 56 1D
Octal 211 102 12 0 64 135 56 32 126 35
Binary 10001001 1000010 1010 0 110100 1011101 101110 11010 1010110 11101

Color Harmonies of #89420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89420A

Black with #89420A

Text Example


Text Example

White with #89420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89420A; }

 p { color: rgb(137,66,10); }

 H1.HeaderClassName
 {
   color: #89420A;
 }
 .AnyTagClassName
 {
   color: #89420A;
 }
</style>

background-color css

<style>
 a { background-color: #89420A; }

 a { background-color: rgb(137,66,10); }

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

border-color css

<style>
 span { border-color: #89420A; }

 span { border-color: rgb(137,66,10); }

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