#7B501B

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

Shades of Raw Umber #7B501B

Tints of Raw Umber #7B501B

Color information

#7B501B (or 0x7B501B) is unknown color: approx Raw Umber. HEX triplet: 7B, 50 and 1B. RGB value is (123,80,27). Sum of RGB (Red+Green+Blue) = 123+80+27=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B501B is #84AFE4. Grayscale: #575757. Windows color (decimal): -8695781 or 1790075. OLE color: 1790075.

HSL color Cylindrical-coordinate representation of color #7B501B: hue angle of 33.12º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B501B is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB1238027-
CMYK00.350.780.52
HSL33.12º64%29.41%-
HSV(B)33.12º78.05%48.24%-
XYZ11.2310.032.38-
YUV86.8294.25153.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.48%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 27 (10.94% from 255) = 11.74%
R=53.48%
G=34.78%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123802700.350.780.5233.126429.41
Hex7B501B0234E3421401d
Octal17312033043116644110035
Binary111101110100001101101000111001110110100100001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,80,27); }

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

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

 a { background-color: rgb(123,80,27); }

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

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

 span { border-color: rgb(123,80,27); }

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