#754E01

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

Shades of Raw Umber #754E01

Tints of Raw Umber #754E01

Color information

#754E01 (or 0x754E01) is unknown color: approx Raw Umber. HEX triplet: 75, 4E and 01. RGB value is (117,78,1). Sum of RGB (Red+Green+Blue) = 117+78+1=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #754E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E01 is #8AB1FE. Grayscale: #515151. Windows color (decimal): -9089535 or 85621. OLE color: 85621.

HSL color Cylindrical-coordinate representation of color #754E01: hue angle of 39.83º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #754E01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB117781-
CMYK00.330.990.54
HSL39.83º98.31%23.14%-
HSV(B)39.83º99.15%45.88%-
XYZ10.079.231.28-
YUV80.8882.92153.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=59.69%
G=39.80%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11778100.330.990.5439.8398.3123.14
Hex754E10216336286217
Octal1651161041143665014227
Binary11101011001110101000011100011110110101000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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