Html Css Color HEX #755F1E Yukon Gold

📋 copy color: '#755F1E'

red 117 ◦ green 95 ◦ blue 30

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

Shades of Yukon Gold #755F1E

Tints of Yukon Gold #755F1E

RGB

 RED value IS 117 (46.09% from 255) = 48.35%

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 48.35%
G = 39.26%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#755F1E (or 0x755F1E) is known color: Yukon Gold. HEX triplet: 75, 5F and 1E. RGB value is (117,95,30). Sum of RGB (Red+Green+Blue) = 117+95+30=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #755F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F1E is #8AA0E1. Grayscale: #5E5E5E. Windows color (decimal): -9085154 or 1990517. OLE color: 1990517.

HSL color Cylindrical-coordinate representation of color #755F1E: hue angle of 44.83º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #755F1E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 30 -
CMYK 0 0.19 0.74 0.54
HSL 44.83º 0.59% 0.29% -
HSV(B) 44.83º 0.74% 0.46% -
XYZ 11.66 12.06 2.94 -
YUV 94.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 117 95 30 0 0.19 0.74 0.54 44.83 0.59 0.29
Hex 75 5F 1E 0 13 4A 36 2D 3B 1D
Octal 165 137 36 0 23 112 66 55 73 35
Binary 1110101 1011111 11110 0 10011 1001010 110110 101101 111011 11101

Color Harmonies of #755F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F1E

Black with #755F1E

Text Example


Text Example

White with #755F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755F1E; }

 p { color: rgb(117,95,30); }

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

background-color css

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

 a { background-color: rgb(117,95,30); }

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

border-color css

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

 span { border-color: rgb(117,95,30); }

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