#754D01

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

Shades of Raw Umber #754D01

Tints of Raw Umber #754D01

Color information

#754D01 (or 0x754D01) is unknown color: approx Raw Umber. HEX triplet: 75, 4D and 01. RGB value is (117,77,1). Sum of RGB (Red+Green+Blue) = 117+77+1=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #754D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D01 is #8AB2FE. Grayscale: #505050. Windows color (decimal): -9089791 or 85365. OLE color: 85365.

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

Color convert

RGB117771-
CMYK00.340.990.54
HSL39.31º98.31%23.14%-
HSV(B)39.31º99.15%45.88%-
XYZ109.091.26-
YUV80.383.25154.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=60%
G=39.49%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11777100.340.990.5439.3198.3123.14
Hex754D10226336276217
Octal1651151042143664714227
Binary11101011001101101000101100011110110100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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