#88741B

Color #88741B Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #88741B

Tints of Yukon Gold #88741B

Color information

#88741B (or 0x88741B) is unknown color: approx Yukon Gold. HEX triplet: 88, 74 and 1B. RGB value is (136,116,27). Sum of RGB (Red+Green+Blue) = 136+116+27=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88741B is #778BE4. Grayscale: #707070. Windows color (decimal): -7834597 or 1799304. OLE color: 1799304.

HSL color Cylindrical-coordinate representation of color #88741B: hue angle of 48.99º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88741B is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB13611627-
CMYK00.150.800.47
HSL48.99º66.87%31.96%-
HSV(B)48.99º80.15%53.33%-
XYZ16.617.83.6-
YUV111.8380.13145.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 27 (10.94% from 255) = 9.68%
R=48.75%
G=41.58%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361162700.150.800.4748.9966.8731.96
Hex88741B0F502F314320
Octal21016433017120576110340
Binary100010001110100110110111110100001011111100011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88741B; }

 p { color: rgb(136,116,27); }

 H1.HeaderClassName
 {
   color: #88741B;
 }
 .AnyTagClassName
 {
   color: #88741B;
 }
</style>
background-color css

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

 a { background-color: rgb(136,116,27); }

 div.DivClassName
 {
   background-color: #88741B;
 }
 .BgClassName
 {
   background-color: #88741B;
 }
</style>
border-color css

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

 span { border-color: rgb(136,116,27); }

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