#74530B

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

Shades of Raw Umber #74530B

Tints of Raw Umber #74530B

Color information

#74530B (or 0x74530B) is unknown color: approx Raw Umber. HEX triplet: 74, 53 and 0B. RGB value is (116,83,11). Sum of RGB (Red+Green+Blue) = 116+83+11=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74530B is #8BACF4. Grayscale: #545454. Windows color (decimal): -9153781 or 742260. OLE color: 742260.

HSL color Cylindrical-coordinate representation of color #74530B: hue angle of 41.14º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74530B is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1168311-
CMYK00.280.910.55
HSL41.14º82.68%24.9%-
HSV(B)41.14º90.52%45.49%-
XYZ10.369.921.69-
YUV84.6686.43150.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.24%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 11 (4.69% from 255) = 5.24%
R=55.24%
G=39.52%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116831100.280.910.5541.1482.6824.9
Hex7453B01C5B37295319
Octal16412313034133675112331
Binary1110100101001110110111001011011110111101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74530B; }

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

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

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

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

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

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

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

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