Html Css Color HEX #755F0D Yukon Gold

📋 copy color: '#755F0D'

red 117 ◦ green 95 ◦ blue 13

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

Shades of Yukon Gold #755F0D

Tints of Yukon Gold #755F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 52%
G = 42.22%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#755F0D (or 0x755F0D) is known color: Yukon Gold. HEX triplet: 75, 5F and 0D. RGB value is (117,95,13). Sum of RGB (Red+Green+Blue) = 117+95+13=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #755F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755F0D is #8AA0F2. Grayscale: #5C5C5C. Windows color (decimal): -9085171 or 876405. OLE color: 876405.

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

Color convert

RGB 117 95 13 -
CMYK 0 0.19 0.89 0.54
HSL 47.31º 0.8% 0.25% -
HSV(B) 47.31º 0.89% 0.46% -
XYZ 11.5 12 2.09 -
YUV 92.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 117 95 13 0 0.19 0.89 0.54 47.31 0.8 0.25
Hex 75 5F D 0 13 59 36 2F 50 19
Octal 165 137 15 0 23 131 66 57 120 31
Binary 1110101 1011111 1101 0 10011 1011001 110110 101111 1010000 11001

Color Harmonies of #755F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F0D

Black with #755F0D

Text Example


Text Example

White with #755F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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