Html Css Color HEX #755F1F Yukon Gold

📋 copy color: '#755F1F'

red 117 ◦ green 95 ◦ blue 31

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

Shades of Yukon Gold #755F1F

Tints of Yukon Gold #755F1F

RGB

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

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

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

R = 48.15%
G = 39.09%
B = 12.76%

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

#755F1F (or 0x755F1F) is known color: Yukon Gold. HEX triplet: 75, 5F and 1F. RGB value is (117,95,31). Sum of RGB (Red+Green+Blue) = 117+95+31=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #755F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F1F is #8AA0E0. Grayscale: #5E5E5E. Windows color (decimal): -9085153 or 2056053. OLE color: 2056053.

HSL color Cylindrical-coordinate representation of color #755F1F: hue angle of 44.65º degrees, saturation: 0.58, 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 #755F1F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 31 -
CMYK 0 0.19 0.74 0.54
HSL 44.65º 0.58% 0.29% -
HSV(B) 44.65º 0.74% 0.46% -
XYZ 11.68 12.07 3.01 -
YUV 94.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 117 95 31 0 0.19 0.74 0.54 44.65 0.58 0.29
Hex 75 5F 1F 0 13 4A 36 2D 3A 1D
Octal 165 137 37 0 23 112 66 55 72 35
Binary 1110101 1011111 11111 0 10011 1001010 110110 101101 111010 11101

Color Harmonies of #755F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F1F

Black with #755F1F

Text Example


Text Example

White with #755F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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