Html Css Color HEX #886525 Yukon Gold

📋 copy color: '#886525'

red 136 ◦ green 101 ◦ blue 37

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

Shades of Yukon Gold #886525

Tints of Yukon Gold #886525

RGB

 RED value IS 136 (53.52% from 255) = 49.64%

 GREEN value IS 101 (39.84% from 255) = 36.86%

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

R = 49.64%
G = 36.86%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#886525 (or 0x886525) is known color: Yukon Gold. HEX triplet: 88, 65 and 25. RGB value is (136,101,37). Sum of RGB (Red+Green+Blue) = 136+101+37=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #886525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886525 is #779ADA. Grayscale: #686868. Windows color (decimal): -7838427 or 2450824. OLE color: 2450824.

HSL color Cylindrical-coordinate representation of color #886525: hue angle of 38.79º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #886525 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 101 37 -
CMYK 0 0.26 0.73 0.47
HSL 38.79º 0.57% 0.34% -
HSV(B) 38.79º 0.73% 0.53% -
XYZ 15.14 14.68 3.78 -
YUV 104.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 136 101 37 0 0.26 0.73 0.47 38.79 0.57 0.34
Hex 88 65 25 0 1A 49 2F 27 39 22
Octal 210 145 45 0 32 111 57 47 71 42
Binary 10001000 1100101 100101 0 11010 1001001 101111 100111 111001 100010

Color Harmonies of #886525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886525

Black with #886525

Text Example


Text Example

White with #886525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886525; }

 p { color: rgb(136,101,37); }

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

background-color css

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

 a { background-color: rgb(136,101,37); }

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

border-color css

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

 span { border-color: rgb(136,101,37); }

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