#7B531A

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

Shades of Raw Umber #7B531A

Tints of Raw Umber #7B531A

Color information

#7B531A (or 0x7B531A) is unknown color: approx Raw Umber. HEX triplet: 7B, 53 and 1A. RGB value is (123,83,26). Sum of RGB (Red+Green+Blue) = 123+83+26=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B531A is #84ACE5. Grayscale: #585858. Windows color (decimal): -8695014 or 1725307. OLE color: 1725307.

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

Color convert

RGB1238326-
CMYK00.330.790.52
HSL35.26º65.1%29.22%-
HSV(B)35.26º78.86%48.24%-
XYZ11.4510.472.4-
YUV88.4692.75152.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.02%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 26 (10.55% from 255) = 11.21%
R=53.02%
G=35.78%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123832600.330.790.5235.2665.129.22
Hex7B531A0214F3423411d
Octal17312332041117644310135
Binary111101110100111101001000011001111110100100011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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