#754302

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

Shades of Raw Umber #754302

Tints of Raw Umber #754302

Color information

#754302 (or 0x754302) is unknown color: approx Raw Umber. HEX triplet: 75, 43 and 02. RGB value is (117,67,2). Sum of RGB (Red+Green+Blue) = 117+67+2=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #754302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754302 is #8ABCFD. Grayscale: #4A4A4A. Windows color (decimal): -9092350 or 148341. OLE color: 148341.

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

Color convert

RGB117672-
CMYK00.430.980.54
HSL33.91º96.64%23.33%-
HSV(B)33.91º98.29%45.88%-
XYZ9.357.81.07-
YUV74.5487.06158.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.90%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=62.90%
G=36.02%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11767200.430.980.5433.9196.6423.33
Hex7543202B6236226117
Octal1651032053142664214127
Binary111010110000111001010111100010110110100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754302; }

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

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

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

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

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

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

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

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