Html Css Color HEX #885F18 Yukon Gold

📋 copy color: '#885F18'

red 136 ◦ green 95 ◦ blue 24

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

Shades of Yukon Gold #885F18

Tints of Yukon Gold #885F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.25%

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 53.33%
G = 37.25%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#885F18 (or 0x885F18) is known color: Yukon Gold. HEX triplet: 88, 5F and 18. RGB value is (136,95,24). Sum of RGB (Red+Green+Blue) = 136+95+24=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #885F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F18 is #77A0E7. Grayscale: #636363. Windows color (decimal): -7839976 or 1597320. OLE color: 1597320.

HSL color Cylindrical-coordinate representation of color #885F18: hue angle of 38.04º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #885F18 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 24 -
CMYK 0 0.30 0.82 0.47
HSL 38.04º 0.7% 0.31% -
HSV(B) 38.04º 0.82% 0.53% -
XYZ 14.41 13.48 2.71 -
YUV 99.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 136 95 24 0 0.30 0.82 0.47 38.04 0.7 0.31
Hex 88 5F 18 0 1E 52 2F 26 46 1F
Octal 210 137 30 0 36 122 57 46 106 37
Binary 10001000 1011111 11000 0 11110 1010010 101111 100110 1000110 11111

Color Harmonies of #885F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F18

Black with #885F18

Text Example


Text Example

White with #885F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885F18; }

 p { color: rgb(136,95,24); }

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

background-color css

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

 a { background-color: rgb(136,95,24); }

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

border-color css

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

 span { border-color: rgb(136,95,24); }

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