Html Css Color HEX #72611D Yukon Gold

📋 copy color: '#72611D'

red 114 ◦ green 97 ◦ blue 29

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

Shades of Yukon Gold #72611D

Tints of Yukon Gold #72611D

RGB

 RED value IS 114 (44.92% from 255) = 47.5%

 GREEN value IS 97 (38.28% from 255) = 40.42%

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 47.5%
G = 40.42%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72611D (or 0x72611D) is known color: Yukon Gold. HEX triplet: 72, 61 and 1D. RGB value is (114,97,29). Sum of RGB (Red+Green+Blue) = 114+97+29=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72611D is #8D9EE2. Grayscale: #5E5E5E. Windows color (decimal): -9281251 or 1925490. OLE color: 1925490.

HSL color Cylindrical-coordinate representation of color #72611D: hue angle of 48º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72611D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 97 29 -
CMYK 0 0.15 0.75 0.55
HSL 48º 0.59% 0.28% -
HSV(B) 48º 0.75% 0.45% -
XYZ 11.44 12.22 2.92 -
YUV 94.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 114 97 29 0 0.15 0.75 0.55 48 0.59 0.28
Hex 72 61 1D 0 F 4B 37 30 3B 1C
Octal 162 141 35 0 17 113 67 60 73 34
Binary 1110010 1100001 11101 0 1111 1001011 110111 110000 111011 11100

Color Harmonies of #72611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72611D

Black with #72611D

Text Example


Text Example

White with #72611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72611D; }

 p { color: rgb(114,97,29); }

 H1.HeaderClassName
 {
   color: #72611D;
 }
 .AnyTagClassName
 {
   color: #72611D;
 }
</style>

background-color css

<style>
 a { background-color: #72611D; }

 a { background-color: rgb(114,97,29); }

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

border-color css

<style>
 span { border-color: #72611D; }

 span { border-color: rgb(114,97,29); }

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