#754F02

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

Shades of Raw Umber #754F02

Tints of Raw Umber #754F02

Color information

#754F02 (or 0x754F02) is unknown color: approx Raw Umber. HEX triplet: 75, 4F and 02. RGB value is (117,79,2). Sum of RGB (Red+Green+Blue) = 117+79+2=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #754F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F02 is #8AB0FD. Grayscale: #515151. Windows color (decimal): -9089278 or 151413. OLE color: 151413.

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

Color convert

RGB117792-
CMYK00.320.980.54
HSL40.17º96.64%23.33%-
HSV(B)40.17º98.29%45.88%-
XYZ10.149.381.33-
YUV81.5883.09153.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 79 (31.25% from 255) = 39.90%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=59.09%
G=39.90%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11779200.320.980.5440.1796.6423.33
Hex754F20206236286117
Octal1651172040142665014127
Binary111010110011111001000001100010110110101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,79,2); }

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

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

 a { background-color: rgb(117,79,2); }

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

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

 span { border-color: rgb(117,79,2); }

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