#734C1B

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

Shades of Raw Umber #734C1B

Tints of Raw Umber #734C1B

Color information

#734C1B (or 0x734C1B) is unknown color: approx Raw Umber. HEX triplet: 73, 4C and 1B. RGB value is (115,76,27). Sum of RGB (Red+Green+Blue) = 115+76+27=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #734C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C1B is #8CB3E4. Grayscale: #525252. Windows color (decimal): -9221093 or 1789043. OLE color: 1789043.

HSL color Cylindrical-coordinate representation of color #734C1B: hue angle of 33.41º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #734C1B is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1157627-
CMYK00.340.770.55
HSL33.41º61.97%27.84%-
HSV(B)33.41º76.52%45.1%-
XYZ9.858.892.23-
YUV82.0796.92151.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.75%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=52.75%
G=34.86%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115762700.340.770.5533.4161.9727.84
Hex734C1B0224D37213e1c
Octal1631143304211567417634
Binary11100111001100110110100010100110111011110000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734C1B; }

 p { color: rgb(115,76,27); }

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

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

 a { background-color: rgb(115,76,27); }

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

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

 span { border-color: rgb(115,76,27); }

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