Html Css Color HEX #856703 Golden Brown

📋 copy color: '#856703'

red 133 ◦ green 103 ◦ blue 3

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

Shades of Golden Brown #856703

Tints of Golden Brown #856703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 55.65%
G = 43.1%
B = 1.26%

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

#856703 (or 0x856703) is known color: Golden Brown. HEX triplet: 85, 67 and 03. RGB value is (133,103,3). Sum of RGB (Red+Green+Blue) = 133+103+3=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #856703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856703 is #7A98FC. Grayscale: #646464. Windows color (decimal): -8034557 or 223109. OLE color: 223109.

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

Color convert

RGB 133 103 3 -
CMYK 0 0.23 0.98 0.48
HSL 46.15º 0.96% 0.27% -
HSV(B) 46.15º 0.98% 0.52% -
XYZ 14.54 14.69 2.16 -
YUV 100.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 133 103 3 0 0.23 0.98 0.48 46.15 0.96 0.27
Hex 85 67 3 0 17 62 30 2E 60 1B
Octal 205 147 3 0 27 142 60 56 140 33
Binary 10000101 1100111 11 0 10111 1100010 110000 101110 1100000 11011

Color Harmonies of #856703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856703

Black with #856703

Text Example


Text Example

White with #856703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856703; }

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

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

background-color css

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

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

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

border-color css

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

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

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