Html Css Color HEX #856102 Golden Brown

📋 copy color: '#856102'

red 133 ◦ green 97 ◦ blue 2

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

Shades of Golden Brown #856102

Tints of Golden Brown #856102

RGB

 RED value IS 133 (52.34% from 255) = 57.33%

 GREEN value IS 97 (38.28% from 255) = 41.81%

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

R = 57.33%
G = 41.81%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#856102 (or 0x856102) is known color: Golden Brown. HEX triplet: 85, 61 and 02. RGB value is (133,97,2). Sum of RGB (Red+Green+Blue) = 133+97+2=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #856102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856102 is #7A9EFD. Grayscale: #616161. Windows color (decimal): -8036094 or 156037. OLE color: 156037.

HSL color Cylindrical-coordinate representation of color #856102: hue angle of 43.51º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #856102 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 2 -
CMYK 0 0.27 0.98 0.48
HSL 43.51º 0.97% 0.26% -
HSV(B) 43.51º 0.98% 0.52% -
XYZ 13.96 13.54 1.94 -
YUV 96.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 133 97 2 0 0.27 0.98 0.48 43.51 0.97 0.26
Hex 85 61 2 0 1B 62 30 2C 61 1A
Octal 205 141 2 0 33 142 60 54 141 32
Binary 10000101 1100001 10 0 11011 1100010 110000 101100 1100001 11010

Color Harmonies of #856102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856102

Black with #856102

Text Example


Text Example

White with #856102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856102; }

 p { color: rgb(133,97,2); }

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

background-color css

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

 a { background-color: rgb(133,97,2); }

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

border-color css

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

 span { border-color: rgb(133,97,2); }

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