Html Css Color HEX #72641D Yukon Gold

📋 copy color: '#72641D'

red 114 ◦ green 100 ◦ blue 29

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

Shades of Yukon Gold #72641D

Tints of Yukon Gold #72641D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.15%

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

R = 46.91%
G = 41.15%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72641D (or 0x72641D) is known color: Yukon Gold. HEX triplet: 72, 64 and 1D. RGB value is (114,100,29). Sum of RGB (Red+Green+Blue) = 114+100+29=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72641D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72641D is #8D9BE2. Grayscale: #606060. Windows color (decimal): -9280483 or 1926258. OLE color: 1926258.

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

Color convert

RGB 114 100 29 -
CMYK 0 0.12 0.75 0.55
HSL 50.12º 0.59% 0.28% -
HSV(B) 50.12º 0.75% 0.45% -
XYZ 11.72 12.78 3.01 -
YUV 96.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 114 100 29 0 0.12 0.75 0.55 50.12 0.59 0.28
Hex 72 64 1D 0 C 4B 37 32 3B 1C
Octal 162 144 35 0 14 113 67 62 73 34
Binary 1110010 1100100 11101 0 1100 1001011 110111 110010 111011 11100

Color Harmonies of #72641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72641D

Black with #72641D

Text Example


Text Example

White with #72641D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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