#83652A

Color #83652A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #83652A

Tints of Yukon Gold #83652A

Color information

#83652A (or 0x83652A) is unknown color: approx Yukon Gold. HEX triplet: 83, 65 and 2A. RGB value is (131,101,42). Sum of RGB (Red+Green+Blue) = 131+101+42=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83652A is #7C9AD5. Grayscale: #676767. Windows color (decimal): -8166102 or 2778499. OLE color: 2778499.

HSL color Cylindrical-coordinate representation of color #83652A: hue angle of 39.78º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83652A is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB13110142-
CMYK00.230.680.49
HSL39.78º51.45%33.92%-
HSV(B)39.78º67.94%51.37%-
XYZ14.4314.34.19-
YUV103.2493.44147.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=47.81%
G=36.86%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311014200.230.680.4939.7851.4533.92
Hex83652A0174431283322
Octal2031455202710461506342
Binary1000001111001011010100101111000100110001101000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83652A; }

 p { color: rgb(131,101,42); }

 H1.HeaderClassName
 {
   color: #83652A;
 }
 .AnyTagClassName
 {
   color: #83652A;
 }
</style>
background-color css

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

 a { background-color: rgb(131,101,42); }

 div.DivClassName
 {
   background-color: #83652A;
 }
 .BgClassName
 {
   background-color: #83652A;
 }
</style>
border-color css

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

 span { border-color: rgb(131,101,42); }

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