Html Css Color HEX #817025 Yukon Gold

📋 copy color: '#817025'

red 129 ◦ green 112 ◦ blue 37

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

Shades of Yukon Gold #817025

Tints of Yukon Gold #817025

RGB

 RED value IS 129 (50.78% from 255) = 46.4%

 GREEN value IS 112 (44.14% from 255) = 40.29%

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 46.4%
G = 40.29%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#817025 (or 0x817025) is known color: Yukon Gold. HEX triplet: 81, 70 and 25. RGB value is (129,112,37). Sum of RGB (Red+Green+Blue) = 129+112+37=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #817025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817025 is #7E8FDA. Grayscale: #6C6C6C. Windows color (decimal): -8294363 or 2453633. OLE color: 2453633.

HSL color Cylindrical-coordinate representation of color #817025: hue angle of 48.91º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #817025 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 112 37 -
CMYK 0 0.13 0.71 0.49
HSL 48.91º 0.55% 0.33% -
HSV(B) 48.91º 0.71% 0.51% -
XYZ 15.18 16.39 4.11 -
YUV 108.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 129 112 37 0 0.13 0.71 0.49 48.91 0.55 0.33
Hex 81 70 25 0 D 47 31 31 37 21
Octal 201 160 45 0 15 107 61 61 67 41
Binary 10000001 1110000 100101 0 1101 1000111 110001 110001 110111 100001

Color Harmonies of #817025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817025

Black with #817025

Text Example


Text Example

White with #817025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817025; }

 p { color: rgb(129,112,37); }

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

background-color css

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

 a { background-color: rgb(129,112,37); }

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

border-color css

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

 span { border-color: rgb(129,112,37); }

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