Html Css Color HEX #72641B Yukon Gold

📋 copy color: '#72641B'

red 114 ◦ green 100 ◦ blue 27

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

Shades of Yukon Gold #72641B

Tints of Yukon Gold #72641B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 47.3%
G = 41.49%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72641B (or 0x72641B) is known color: Yukon Gold. HEX triplet: 72, 64 and 1B. RGB value is (114,100,27). Sum of RGB (Red+Green+Blue) = 114+100+27=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72641B is #8D9BE4. Grayscale: #606060. Windows color (decimal): -9280485 or 1795186. OLE color: 1795186.

HSL color Cylindrical-coordinate representation of color #72641B: hue angle of 50.34º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72641B is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 27 -
CMYK 0 0.12 0.76 0.55
HSL 50.34º 0.62% 0.28% -
HSV(B) 50.34º 0.76% 0.45% -
XYZ 11.69 12.77 2.89 -
YUV 95.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 114 100 27 0 0.12 0.76 0.55 50.34 0.62 0.28
Hex 72 64 1B 0 C 4C 37 32 3E 1C
Octal 162 144 33 0 14 114 67 62 76 34
Binary 1110010 1100100 11011 0 1100 1001100 110111 110010 111110 11100

Color Harmonies of #72641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72641B

Black with #72641B

Text Example


Text Example

White with #72641B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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