Html Css Color HEX #88741F Yukon Gold

📋 copy color: '#88741F'

red 136 ◦ green 116 ◦ blue 31

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

Shades of Yukon Gold #88741F

Tints of Yukon Gold #88741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 48.06%
G = 40.99%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88741F (or 0x88741F) is known color: Yukon Gold. HEX triplet: 88, 74 and 1F. RGB value is (136,116,31). Sum of RGB (Red+Green+Blue) = 136+116+31=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88741F is #778BE0. Grayscale: #707070. Windows color (decimal): -7834593 or 2061448. OLE color: 2061448.

HSL color Cylindrical-coordinate representation of color #88741F: hue angle of 48.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88741F is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 116 31 -
CMYK 0 0.15 0.77 0.47
HSL 48.57º 0.63% 0.33% -
HSV(B) 48.57º 0.77% 0.53% -
XYZ 16.65 17.82 3.86 -
YUV 112.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 136 116 31 0 0.15 0.77 0.47 48.57 0.63 0.33
Hex 88 74 1F 0 F 4D 2F 31 3F 21
Octal 210 164 37 0 17 115 57 61 77 41
Binary 10001000 1110100 11111 0 1111 1001101 101111 110001 111111 100001

Color Harmonies of #88741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88741F

Black with #88741F

Text Example


Text Example

White with #88741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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