Html Css Color HEX #836A2B Yukon Gold

📋 copy color: '#836A2B'

red 131 ◦ green 106 ◦ blue 43

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

Shades of Yukon Gold #836A2B

Tints of Yukon Gold #836A2B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.86%

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 46.79%
G = 37.86%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#836A2B (or 0x836A2B) is known color: Yukon Gold. HEX triplet: 83, 6A and 2B. RGB value is (131,106,43). Sum of RGB (Red+Green+Blue) = 131+106+43=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #836A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836A2B is #7C95D4. Grayscale: #6A6A6A. Windows color (decimal): -8164821 or 2845315. OLE color: 2845315.

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

Color convert

RGB 131 106 43 -
CMYK 0 0.19 0.67 0.49
HSL 42.95º 0.51% 0.34% -
HSV(B) 42.95º 0.67% 0.51% -
XYZ 14.95 15.31 4.45 -
YUV 106.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 131 106 43 0 0.19 0.67 0.49 42.95 0.51 0.34
Hex 83 6A 2B 0 13 43 31 2B 33 22
Octal 203 152 53 0 23 103 61 53 63 42
Binary 10000011 1101010 101011 0 10011 1000011 110001 101011 110011 100010

Color Harmonies of #836A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836A2B

Black with #836A2B

Text Example


Text Example

White with #836A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836A2B; }

 p { color: rgb(131,106,43); }

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

background-color css

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

 a { background-color: rgb(131,106,43); }

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

border-color css

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

 span { border-color: rgb(131,106,43); }

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