Html Css Color HEX #835D15 Yukon Gold

📋 copy color: '#835D15'

red 131 ◦ green 93 ◦ blue 21

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

Shades of Yukon Gold #835D15

Tints of Yukon Gold #835D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.96%

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 53.47%
G = 37.96%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#835D15 (or 0x835D15) is known color: Yukon Gold. HEX triplet: 83, 5D and 15. RGB value is (131,93,21). Sum of RGB (Red+Green+Blue) = 131+93+21=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #835D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835D15 is #7CA2EA. Grayscale: #606060. Windows color (decimal): -8168171 or 1400195. OLE color: 1400195.

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

Color convert

RGB 131 93 21 -
CMYK 0 0.29 0.84 0.49
HSL 39.27º 0.72% 0.3% -
HSV(B) 39.27º 0.84% 0.51% -
XYZ 13.41 12.71 2.46 -
YUV 96.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 131 93 21 0 0.29 0.84 0.49 39.27 0.72 0.3
Hex 83 5D 15 0 1D 54 31 27 48 1E
Octal 203 135 25 0 35 124 61 47 110 36
Binary 10000011 1011101 10101 0 11101 1010100 110001 100111 1001000 11110

Color Harmonies of #835D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D15

Black with #835D15

Text Example


Text Example

White with #835D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,93,21); }

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

background-color css

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

 a { background-color: rgb(131,93,21); }

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

border-color css

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

 span { border-color: rgb(131,93,21); }

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