#7B5201

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

Shades of Raw Umber #7B5201

Tints of Raw Umber #7B5201

Color information

#7B5201 (or 0x7B5201) is unknown color: approx Raw Umber. HEX triplet: 7B, 52 and 01. RGB value is (123,82,1). Sum of RGB (Red+Green+Blue) = 123+82+1=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5201 is #84ADFE. Grayscale: #555555. Windows color (decimal): -8695295 or 86651. OLE color: 86651.

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

Color convert

RGB123821-
CMYK00.330.990.52
HSL39.84º98.39%24.31%-
HSV(B)39.84º99.19%48.24%-
XYZ11.1910.251.42-
YUV85.0280.58155.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.71%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=59.71%
G=39.81%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12382100.330.990.5239.8498.3924.31
Hex7B5210216334286218
Octal1731221041143645014230
Binary11110111010010101000011100011110100101000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,82,1); }

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

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

 a { background-color: rgb(123,82,1); }

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

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

 span { border-color: rgb(123,82,1); }

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