Html Css Color HEX #892F00 Saddle Brown

📋 copy color: '#892F00'

red 137 ◦ green 47 ◦ blue 0

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

Shades of Saddle Brown #892F00

Tints of Saddle Brown #892F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.46%
G = 25.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#892F00 (or 0x892F00) is known color: Saddle Brown. HEX triplet: 89, 2F and 00. RGB value is (137,47,0). Sum of RGB (Red+Green+Blue) = 137+47+0=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #892F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892F00 is #76D0FF. Grayscale: #444444. Windows color (decimal): -7786752 or 12169. OLE color: 12169.

HSL color Cylindrical-coordinate representation of color #892F00: hue angle of 20.58º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #892F00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 47 0 -
CMYK 0 0.66 1 0.46
HSL 20.58º 1% 0.27% -
HSV(B) 20.58º 1% 0.54% -
XYZ 11.33 7.35 0.82 -
YUV 68.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 137 47 0 0 0.66 1 0.46 20.58 1 0.27
Hex 89 2F 0 0 42 64 2E 15 64 1B
Octal 211 57 0 0 102 144 56 25 144 33
Binary 10001001 101111 0 0 1000010 1100100 101110 10101 1100100 11011

Color Harmonies of #892F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892F00

Black with #892F00

Text Example


Text Example

White with #892F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892F00; }

 p { color: rgb(137,47,0); }

 H1.HeaderClassName
 {
   color: #892F00;
 }
 .AnyTagClassName
 {
   color: #892F00;
 }
</style>

background-color css

<style>
 a { background-color: #892F00; }

 a { background-color: rgb(137,47,0); }

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

border-color css

<style>
 span { border-color: #892F00; }

 span { border-color: rgb(137,47,0); }

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