#754003

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

Shades of Raw Umber #754003

Tints of Raw Umber #754003

Color information

#754003 (or 0x754003) is unknown color: approx Raw Umber. HEX triplet: 75, 40 and 03. RGB value is (117,64,3). Sum of RGB (Red+Green+Blue) = 117+64+3=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #754003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754003 is #8ABFFC. Grayscale: #494949. Windows color (decimal): -9093117 or 213109. OLE color: 213109.

HSL color Cylindrical-coordinate representation of color #754003: hue angle of 32.11º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #754003 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB117643-
CMYK00.450.970.54
HSL32.11º95%23.53%-
HSV(B)32.11º97.44%45.88%-
XYZ9.197.461.04-
YUV72.8988.56159.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.59%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 3 (1.56% from 255) = 1.63%
R=63.59%
G=34.78%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11764300.450.970.5432.119523.53
Hex7540302D6136205f18
Octal1651003055141664013730
Binary111010110000001101011011100001110110100000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754003; }

 p { color: rgb(117,64,3); }

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

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

 a { background-color: rgb(117,64,3); }

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

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

 span { border-color: rgb(117,64,3); }

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