Html Css Color HEX #892F0C Saddle Brown

📋 copy color: '#892F0C'

red 137 ◦ green 47 ◦ blue 12

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

Shades of Saddle Brown #892F0C

Tints of Saddle Brown #892F0C

RGB

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

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

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

R = 69.9%
G = 23.98%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#892F0C (or 0x892F0C) is known color: Saddle Brown. HEX triplet: 89, 2F and 0C. RGB value is (137,47,12). Sum of RGB (Red+Green+Blue) = 137+47+12=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #892F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892F0C is #76D0F3. Grayscale: #464646. Windows color (decimal): -7786740 or 798601. OLE color: 798601.

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

Color convert

RGB 137 47 12 -
CMYK 0 0.66 0.91 0.46
HSL 16.8º 0.84% 0.29% -
HSV(B) 16.8º 0.91% 0.54% -
XYZ 11.4 7.38 1.17 -
YUV 69.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 137 47 12 0 0.66 0.91 0.46 16.8 0.84 0.29
Hex 89 2F C 0 42 5B 2E 11 54 1D
Octal 211 57 14 0 102 133 56 21 124 35
Binary 10001001 101111 1100 0 1000010 1011011 101110 10001 1010100 11101

Color Harmonies of #892F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892F0C

Black with #892F0C

Text Example


Text Example

White with #892F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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