Html Css Color HEX #862F00 Saddle Brown

📋 copy color: '#862F00'

red 134 ◦ green 47 ◦ blue 0

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

Shades of Saddle Brown #862F00

Tints of Saddle Brown #862F00

RGB

 RED value IS 134 (52.73% from 255) = 74.03%

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

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

R = 74.03%
G = 25.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#862F00 (or 0x862F00) is known color: Saddle Brown. HEX triplet: 86, 2F and 00. RGB value is (134,47,0). Sum of RGB (Red+Green+Blue) = 134+47+0=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #862F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862F00 is #79D0FF. Grayscale: #434343. Windows color (decimal): -7983360 or 12166. OLE color: 12166.

HSL color Cylindrical-coordinate representation of color #862F00: hue angle of 21.04º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #862F00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 47 0 -
CMYK 0 0.65 1 0.47
HSL 21.04º 1% 0.26% -
HSV(B) 21.04º 1% 0.53% -
XYZ 10.85 7.1 0.8 -
YUV 67.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 134 47 0 0 0.65 1 0.47 21.04 1 0.26
Hex 86 2F 0 0 41 64 2F 15 64 1A
Octal 206 57 0 0 101 144 57 25 144 32
Binary 10000110 101111 0 0 1000001 1100100 101111 10101 1100100 11010

Color Harmonies of #862F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F00

Black with #862F00

Text Example


Text Example

White with #862F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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