#754502

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

Shades of Raw Umber #754502

Tints of Raw Umber #754502

Color information

#754502 (or 0x754502) is unknown color: approx Raw Umber. HEX triplet: 75, 45 and 02. RGB value is (117,69,2). Sum of RGB (Red+Green+Blue) = 117+69+2=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #754502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754502 is #8ABAFD. Grayscale: #4C4C4C. Windows color (decimal): -9091838 or 148853. OLE color: 148853.

HSL color Cylindrical-coordinate representation of color #754502: hue angle of 34.96º 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 #754502 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB117692-
CMYK00.410.980.54
HSL34.96º96.64%23.33%-
HSV(B)34.96º98.29%45.88%-
XYZ9.488.041.11-
YUV75.7186.4157.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=62.23%
G=36.70%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11769200.410.980.5434.9696.6423.33
Hex754520296236236117
Octal1651052051142664314127
Binary111010110001011001010011100010110110100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754502; }

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

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

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

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

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

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

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

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