Html Css Color HEX #835E12 Yukon Gold

📋 copy color: '#835E12'

red 131 ◦ green 94 ◦ blue 18

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

Shades of Yukon Gold #835E12

Tints of Yukon Gold #835E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.68%

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 53.91%
G = 38.68%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#835E12 (or 0x835E12) is known color: Yukon Gold. HEX triplet: 83, 5E and 12. RGB value is (131,94,18). Sum of RGB (Red+Green+Blue) = 131+94+18=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #835E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835E12 is #7CA1ED. Grayscale: #606060. Windows color (decimal): -8167918 or 1203843. OLE color: 1203843.

HSL color Cylindrical-coordinate representation of color #835E12: hue angle of 40.35º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #835E12 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 94 18 -
CMYK 0 0.28 0.86 0.49
HSL 40.35º 0.76% 0.29% -
HSV(B) 40.35º 0.86% 0.51% -
XYZ 13.47 12.87 2.35 -
YUV 96.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 131 94 18 0 0.28 0.86 0.49 40.35 0.76 0.29
Hex 83 5E 12 0 1C 56 31 28 4C 1D
Octal 203 136 22 0 34 126 61 50 114 35
Binary 10000011 1011110 10010 0 11100 1010110 110001 101000 1001100 11101

Color Harmonies of #835E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835E12

Black with #835E12

Text Example


Text Example

White with #835E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835E12; }

 p { color: rgb(131,94,18); }

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

background-color css

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

 a { background-color: rgb(131,94,18); }

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

border-color css

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

 span { border-color: rgb(131,94,18); }

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