#754E1A

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

Shades of Raw Umber #754E1A

Tints of Raw Umber #754E1A

Color information

#754E1A (or 0x754E1A) is unknown color: approx Raw Umber. HEX triplet: 75, 4E and 1A. RGB value is (117,78,26). Sum of RGB (Red+Green+Blue) = 117+78+26=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #754E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E1A is #8AB1E5. Grayscale: #535353. Windows color (decimal): -9089510 or 1724021. OLE color: 1724021.

HSL color Cylindrical-coordinate representation of color #754E1A: hue angle of 34.29º 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 #754E1A is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1177826-
CMYK00.330.780.54
HSL34.29º63.64%28.04%-
HSV(B)34.29º77.78%45.88%-
XYZ10.259.312.23-
YUV83.7395.42151.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=52.94%
G=35.29%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117782600.330.780.5434.2963.6428.04
Hex754E1A0214E3622401c
Octal16511632041116664210034
Binary111010110011101101001000011001110110110100010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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