Html Css Color HEX #856702 Golden Brown

📋 copy color: '#856702'

red 133 ◦ green 103 ◦ blue 2

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

Shades of Golden Brown #856702

Tints of Golden Brown #856702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.28%

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

R = 55.88%
G = 43.28%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#856702 (or 0x856702) is known color: Golden Brown. HEX triplet: 85, 67 and 02. RGB value is (133,103,2). Sum of RGB (Red+Green+Blue) = 133+103+2=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #856702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856702 is #7A98FD. Grayscale: #646464. Windows color (decimal): -8034558 or 157573. OLE color: 157573.

HSL color Cylindrical-coordinate representation of color #856702: hue angle of 46.26º 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 #856702 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 2 -
CMYK 0 0.23 0.98 0.48
HSL 46.26º 0.97% 0.26% -
HSV(B) 46.26º 0.98% 0.52% -
XYZ 14.53 14.69 2.13 -
YUV 100.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 133 103 2 0 0.23 0.98 0.48 46.26 0.97 0.26
Hex 85 67 2 0 17 62 30 2E 61 1A
Octal 205 147 2 0 27 142 60 56 141 32
Binary 10000101 1100111 10 0 10111 1100010 110000 101110 1100001 11010

Color Harmonies of #856702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856702

Black with #856702

Text Example


Text Example

White with #856702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856702; }

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

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

background-color css

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

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

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

border-color css

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

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

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