Html Css Color HEX #856307 Golden Brown

📋 copy color: '#856307'

red 133 ◦ green 99 ◦ blue 7

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

Shades of Golden Brown #856307

Tints of Golden Brown #856307

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.42%

 BLUE value IS 7 (3.13% from 255) = 2.93%

R = 55.65%
G = 41.42%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#856307 (or 0x856307) is known color: Golden Brown. HEX triplet: 85, 63 and 07. RGB value is (133,99,7). Sum of RGB (Red+Green+Blue) = 133+99+7=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #856307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856307 is #7A9CF8. Grayscale: #636363. Windows color (decimal): -8035577 or 484229. OLE color: 484229.

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

Color convert

RGB 133 99 7 -
CMYK 0 0.26 0.95 0.48
HSL 43.81º 0.9% 0.27% -
HSV(B) 43.81º 0.95% 0.52% -
XYZ 14.17 13.93 2.14 -
YUV 98.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 133 99 7 0 0.26 0.95 0.48 43.81 0.9 0.27
Hex 85 63 7 0 1A 5F 30 2C 5A 1B
Octal 205 143 7 0 32 137 60 54 132 33
Binary 10000101 1100011 111 0 11010 1011111 110000 101100 1011010 11011

Color Harmonies of #856307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856307

Black with #856307

Text Example


Text Example

White with #856307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856307; }

 p { color: rgb(133,99,7); }

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

background-color css

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

 a { background-color: rgb(133,99,7); }

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

border-color css

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

 span { border-color: rgb(133,99,7); }

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