#754C1A

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

Shades of Raw Umber #754C1A

Tints of Raw Umber #754C1A

Color information

#754C1A (or 0x754C1A) is unknown color: approx Raw Umber. HEX triplet: 75, 4C and 1A. RGB value is (117,76,26). Sum of RGB (Red+Green+Blue) = 117+76+26=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #754C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C1A is #8AB3E5. Grayscale: #525252. Windows color (decimal): -9090022 or 1723509. OLE color: 1723509.

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

Color convert

RGB1177626-
CMYK00.350.780.54
HSL32.97º63.64%28.04%-
HSV(B)32.97º77.78%45.88%-
XYZ10.119.032.19-
YUV82.5696.08152.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=53.42%
G=34.70%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117762600.350.780.5432.9763.6428.04
Hex754C1A0234E3621401c
Octal16511432043116664110034
Binary111010110011001101001000111001110110110100001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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