#734B1B

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

Shades of Raw Umber #734B1B

Tints of Raw Umber #734B1B

Color information

#734B1B (or 0x734B1B) is unknown color: approx Raw Umber. HEX triplet: 73, 4B and 1B. RGB value is (115,75,27). Sum of RGB (Red+Green+Blue) = 115+75+27=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #734B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B1B is #8CB4E4. Grayscale: #515151. Windows color (decimal): -9221349 or 1788787. OLE color: 1788787.

HSL color Cylindrical-coordinate representation of color #734B1B: hue angle of 32.73º 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 #734B1B is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1157527-
CMYK00.350.770.55
HSL32.73º61.97%27.84%-
HSV(B)32.73º76.52%45.1%-
XYZ9.788.762.21-
YUV81.4997.25151.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=53.00%
G=34.56%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115752700.350.770.5532.7361.9727.84
Hex734B1B0234D37213e1c
Octal1631133304311567417634
Binary11100111001011110110100011100110111011110000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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