Html Css Color HEX #836528 Yukon Gold

📋 copy color: '#836528'

red 131 ◦ green 101 ◦ blue 40

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

Shades of Yukon Gold #836528

Tints of Yukon Gold #836528

RGB

 RED value IS 131 (51.56% from 255) = 48.16%

 GREEN value IS 101 (39.84% from 255) = 37.13%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 48.16%
G = 37.13%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#836528 (or 0x836528) is known color: Yukon Gold. HEX triplet: 83, 65 and 28. RGB value is (131,101,40). Sum of RGB (Red+Green+Blue) = 131+101+40=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #836528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836528 is #7C9AD7. Grayscale: #676767. Windows color (decimal): -8166104 or 2647427. OLE color: 2647427.

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

Color convert

RGB 131 101 40 -
CMYK 0 0.23 0.69 0.49
HSL 40.22º 0.53% 0.34% -
HSV(B) 40.22º 0.69% 0.51% -
XYZ 14.4 14.29 4.01 -
YUV 103.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 131 101 40 0 0.23 0.69 0.49 40.22 0.53 0.34
Hex 83 65 28 0 17 45 31 28 35 22
Octal 203 145 50 0 27 105 61 50 65 42
Binary 10000011 1100101 101000 0 10111 1000101 110001 101000 110101 100010

Color Harmonies of #836528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836528

Black with #836528

Text Example


Text Example

White with #836528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836528; }

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

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

background-color css

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

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

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

border-color css

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

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

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