#754C05

Color #754C05 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #754C05

Tints of Raw Umber #754C05

Color information

#754C05 (or 0x754C05) is unknown color: approx Raw Umber. HEX triplet: 75, 4C and 05. RGB value is (117,76,5). Sum of RGB (Red+Green+Blue) = 117+76+5=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #754C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C05 is #8AB3FA. Grayscale: #505050. Windows color (decimal): -9090043 or 347253. OLE color: 347253.

HSL color Cylindrical-coordinate representation of color #754C05: hue angle of 38.04º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #754C05 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB117765-
CMYK00.350.960.54
HSL38.04º91.8%23.92%-
HSV(B)38.04º95.73%45.88%-
XYZ9.958.961.35-
YUV80.1685.58154.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 5 (2.34% from 255) = 2.53%
R=59.09%
G=38.38%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11776500.350.960.5438.0491.823.92
Hex754C50236036265c18
Octal1651145043140664613430
Binary1110101100110010101000111100000110110100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754C05; }

 p { color: rgb(117,76,5); }

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

<style>
 a { background-color: #754C05; }

 a { background-color: rgb(117,76,5); }

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

<style>
 span { border-color: #754C05; }

 span { border-color: rgb(117,76,5); }

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