Html Css Color HEX #862802 Saddle Brown

📋 copy color: '#862802'

red 134 ◦ green 40 ◦ blue 2

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

Shades of Saddle Brown #862802

Tints of Saddle Brown #862802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 76.14%
G = 22.73%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862802 (or 0x862802) is known color: Saddle Brown. HEX triplet: 86, 28 and 02. RGB value is (134,40,2). Sum of RGB (Red+Green+Blue) = 134+40+2=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #862802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862802 is #79D7FD. Grayscale: #404040. Windows color (decimal): -7985150 or 141446. OLE color: 141446.

HSL color Cylindrical-coordinate representation of color #862802: hue angle of 17.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #862802 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 2 -
CMYK 0 0.70 0.99 0.47
HSL 17.27º 0.97% 0.27% -
HSV(B) 17.27º 0.99% 0.53% -
XYZ 10.6 6.59 0.77 -
YUV 63.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 134 40 2 0 0.70 0.99 0.47 17.27 0.97 0.27
Hex 86 28 2 0 46 63 2F 11 61 1B
Octal 206 50 2 0 106 143 57 21 141 33
Binary 10000110 101000 10 0 1000110 1100011 101111 10001 1100001 11011

Color Harmonies of #862802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862802

Black with #862802

Text Example


Text Example

White with #862802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862802; }

 p { color: rgb(134,40,2); }

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

background-color css

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

 a { background-color: rgb(134,40,2); }

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

border-color css

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

 span { border-color: rgb(134,40,2); }

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