#7B530E

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

Shades of Raw Umber #7B530E

Tints of Raw Umber #7B530E

Color information

#7B530E (or 0x7B530E) is unknown color: approx Raw Umber. HEX triplet: 7B, 53 and 0E. RGB value is (123,83,14). Sum of RGB (Red+Green+Blue) = 123+83+14=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B530E is #84ACF1. Grayscale: #575757. Windows color (decimal): -8695026 or 938875. OLE color: 938875.

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

Color convert

RGB1238314-
CMYK00.330.890.52
HSL37.98º79.56%26.86%-
HSV(B)37.98º88.62%48.24%-
XYZ11.3410.431.83-
YUV87.0986.75153.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.91%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=55.91%
G=37.73%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123831400.330.890.5237.9879.5626.86
Hex7B53E021593426501b
Octal17312316041131644612033
Binary11110111010011111001000011011001110100100110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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