#745302

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

Shades of Raw Umber #745302

Tints of Raw Umber #745302

Color information

#745302 (or 0x745302) is unknown color: approx Raw Umber. HEX triplet: 74, 53 and 02. RGB value is (116,83,2). Sum of RGB (Red+Green+Blue) = 116+83+2=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #745302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745302 is #8BACFD. Grayscale: #535353. Windows color (decimal): -9153790 or 152436. OLE color: 152436.

HSL color Cylindrical-coordinate representation of color #745302: hue angle of 42.63º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #745302 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB116832-
CMYK00.280.980.55
HSL42.63º96.61%23.14%-
HSV(B)42.63º98.28%45.49%-
XYZ10.319.91.43-
YUV83.6381.93151.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=57.71%
G=41.29%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11683200.280.980.5542.6396.6123.14
Hex7453201C62372b6117
Octal1641232034142675314127
Binary11101001010011100111001100010110111101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745302; }

 p { color: rgb(116,83,2); }

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

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

 a { background-color: rgb(116,83,2); }

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

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

 span { border-color: rgb(116,83,2); }

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