Html Css Color HEX #835C13 Yukon Gold

📋 copy color: '#835C13'

red 131 ◦ green 92 ◦ blue 19

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

Shades of Yukon Gold #835C13

Tints of Yukon Gold #835C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 54.13%
G = 38.02%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#835C13 (or 0x835C13) is known color: Yukon Gold. HEX triplet: 83, 5C and 13. RGB value is (131,92,19). Sum of RGB (Red+Green+Blue) = 131+92+19=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #835C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835C13 is #7CA3EC. Grayscale: #5F5F5F. Windows color (decimal): -8168429 or 1268867. OLE color: 1268867.

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

Color convert

RGB 131 92 19 -
CMYK 0 0.30 0.85 0.49
HSL 39.11º 0.75% 0.29% -
HSV(B) 39.11º 0.85% 0.51% -
XYZ 13.3 12.53 2.33 -
YUV 95.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 131 92 19 0 0.30 0.85 0.49 39.11 0.75 0.29
Hex 83 5C 13 0 1E 55 31 27 4B 1D
Octal 203 134 23 0 36 125 61 47 113 35
Binary 10000011 1011100 10011 0 11110 1010101 110001 100111 1001011 11101

Color Harmonies of #835C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835C13

Black with #835C13

Text Example


Text Example

White with #835C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,92,19); }

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

background-color css

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

 a { background-color: rgb(131,92,19); }

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

border-color css

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

 span { border-color: rgb(131,92,19); }

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