#7B5312

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

Shades of Raw Umber #7B5312

Tints of Raw Umber #7B5312

Color information

#7B5312 (or 0x7B5312) is unknown color: approx Raw Umber. HEX triplet: 7B, 53 and 12. RGB value is (123,83,18). Sum of RGB (Red+Green+Blue) = 123+83+18=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5312 is #84ACED. Grayscale: #575757. Windows color (decimal): -8695022 or 1201019. OLE color: 1201019.

HSL color Cylindrical-coordinate representation of color #7B5312: hue angle of 37.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B5312 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB1238318-
CMYK00.330.850.52
HSL37.14º74.47%27.65%-
HSV(B)37.14º85.37%48.24%-
XYZ11.3710.441.99-
YUV87.5588.75153.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.91%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 18 (7.42% from 255) = 8.04%
R=54.91%
G=37.05%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123831800.330.850.5237.1474.4727.65
Hex7B53120215534254a1c
Octal17312322041125644511234
Binary111101110100111001001000011010101110100100101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B5312; }

 p { color: rgb(123,83,18); }

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

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

 a { background-color: rgb(123,83,18); }

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

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

 span { border-color: rgb(123,83,18); }

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