#7B4B01

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

Shades of Raw Umber #7B4B01

Tints of Raw Umber #7B4B01

Color information

#7B4B01 (or 0x7B4B01) is unknown color: approx Raw Umber. HEX triplet: 7B, 4B and 01. RGB value is (123,75,1). Sum of RGB (Red+Green+Blue) = 123+75+1=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4B01 is #84B4FE. Grayscale: #515151. Windows color (decimal): -8697087 or 84859. OLE color: 84859.

HSL color Cylindrical-coordinate representation of color #7B4B01: hue angle of 36.39º 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 #7B4B01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB123751-
CMYK00.390.990.52
HSL36.39º98.39%24.31%-
HSV(B)36.39º99.19%48.24%-
XYZ10.699.251.25-
YUV80.9282.9158.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.81%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=61.81%
G=37.69%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12375100.390.990.5236.3998.3924.31
Hex7B4B10276334246218
Octal1731131047143644414230
Binary11110111001011101001111100011110100100100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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