Html Css Color HEX #72621D Yukon Gold

📋 copy color: '#72621D'

red 114 ◦ green 98 ◦ blue 29

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

Shades of Yukon Gold #72621D

Tints of Yukon Gold #72621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

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

R = 47.3%
G = 40.66%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72621D (or 0x72621D) is known color: Yukon Gold. HEX triplet: 72, 62 and 1D. RGB value is (114,98,29). Sum of RGB (Red+Green+Blue) = 114+98+29=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72621D is #8D9DE2. Grayscale: #5F5F5F. Windows color (decimal): -9280995 or 1925746. OLE color: 1925746.

HSL color Cylindrical-coordinate representation of color #72621D: hue angle of 48.71º 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 #72621D is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 29 -
CMYK 0 0.14 0.75 0.55
HSL 48.71º 0.59% 0.28% -
HSV(B) 48.71º 0.75% 0.45% -
XYZ 11.53 12.4 2.95 -
YUV 94.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 114 98 29 0 0.14 0.75 0.55 48.71 0.59 0.28
Hex 72 62 1D 0 E 4B 37 31 3B 1C
Octal 162 142 35 0 16 113 67 61 73 34
Binary 1110010 1100010 11101 0 1110 1001011 110111 110001 111011 11100

Color Harmonies of #72621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72621D

Black with #72621D

Text Example


Text Example

White with #72621D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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