#754702

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

Shades of Raw Umber #754702

Tints of Raw Umber #754702

Color information

#754702 (or 0x754702) is unknown color: approx Raw Umber. HEX triplet: 75, 47 and 02. RGB value is (117,71,2). Sum of RGB (Red+Green+Blue) = 117+71+2=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #754702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754702 is #8AB8FD. Grayscale: #4D4D4D. Windows color (decimal): -9091326 or 149365. OLE color: 149365.

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

Color convert

RGB117712-
CMYK00.390.980.54
HSL36º96.64%23.33%-
HSV(B)36º98.29%45.88%-
XYZ9.68.291.15-
YUV76.8985.74156.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=61.58%
G=37.37%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11771200.390.980.543696.6423.33
Hex754720276236246117
Octal1651072047142664414127
Binary111010110001111001001111100010110110100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754702; }

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

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

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

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

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

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

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

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