Html Css Color HEX #72670D Yukon Gold

📋 copy color: '#72670D'

red 114 ◦ green 103 ◦ blue 13

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

Shades of Yukon Gold #72670D

Tints of Yukon Gold #72670D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.78%

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

R = 49.57%
G = 44.78%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72670D (or 0x72670D) is known color: Yukon Gold. HEX triplet: 72, 67 and 0D. RGB value is (114,103,13). Sum of RGB (Red+Green+Blue) = 114+103+13=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72670D is #8D98F2. Grayscale: #606060. Windows color (decimal): -9279731 or 878450. OLE color: 878450.

HSL color Cylindrical-coordinate representation of color #72670D: hue angle of 53.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72670D is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 13 -
CMYK 0 0.10 0.89 0.55
HSL 53.47º 0.8% 0.25% -
HSV(B) 53.47º 0.89% 0.45% -
XYZ 11.86 13.31 2.32 -
YUV 96.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 114 103 13 0 0.10 0.89 0.55 53.47 0.8 0.25
Hex 72 67 D 0 A 59 37 35 50 19
Octal 162 147 15 0 12 131 67 65 120 31
Binary 1110010 1100111 1101 0 1010 1011001 110111 110101 1010000 11001

Color Harmonies of #72670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72670D

Black with #72670D

Text Example


Text Example

White with #72670D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,103,13); }

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

background-color css

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

 a { background-color: rgb(114,103,13); }

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

border-color css

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

 span { border-color: rgb(114,103,13); }

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