#7B5E0C

Color #7B5E0C Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #7B5E0C

Tints of Yukon Gold #7B5E0C

Color information

#7B5E0C (or 0x7B5E0C) is unknown color: approx Yukon Gold. HEX triplet: 7B, 5E and 0C. RGB value is (123,94,12). Sum of RGB (Red+Green+Blue) = 123+94+12=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5E0C is #84A1F3. Grayscale: #5D5D5D. Windows color (decimal): -8692212 or 810619. OLE color: 810619.

HSL color Cylindrical-coordinate representation of color #7B5E0C: hue angle of 44.32º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B5E0C is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1239412-
CMYK00.240.900.52
HSL44.32º82.22%26.47%-
HSV(B)44.32º90.24%48.24%-
XYZ12.2412.242.07-
YUV93.3282.11149.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.71%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=53.71%
G=41.05%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123941200.240.900.5244.3282.2226.47
Hex7B5EC0185A342c521a
Octal17313614030132645412232
Binary1111011101111011000110001011010110100101100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B5E0C; }

 p { color: rgb(123,94,12); }

 H1.HeaderClassName
 {
   color: #7B5E0C;
 }
 .AnyTagClassName
 {
   color: #7B5E0C;
 }
</style>
background-color css

<style>
 a { background-color: #7B5E0C; }

 a { background-color: rgb(123,94,12); }

 div.DivClassName
 {
   background-color: #7B5E0C;
 }
 .BgClassName
 {
   background-color: #7B5E0C;
 }
</style>
border-color css

<style>
 span { border-color: #7B5E0C; }

 span { border-color: rgb(123,94,12); }

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