#834A02

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

Shades of Raw Umber #834A02

Tints of Raw Umber #834A02

Color information

#834A02 (or 0x834A02) is unknown color: approx Raw Umber. HEX triplet: 83, 4A and 02. RGB value is (131,74,2). Sum of RGB (Red+Green+Blue) = 131+74+2=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #834A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834A02 is #7CB5FD. Grayscale: #535353. Windows color (decimal): -8173054 or 150147. OLE color: 150147.

HSL color Cylindrical-coordinate representation of color #834A02: hue angle of 33.49º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #834A02 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB131742-
CMYK00.440.980.49
HSL33.49º96.99%26.08%-
HSV(B)33.49º98.47%51.37%-
XYZ11.829.731.31-
YUV82.8482.38162.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.29%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=63.29%
G=35.75%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13174200.440.980.4933.4996.9926.08
Hex834A202C623121611a
Octal2031122054142614114132
Binary1000001110010101001011001100010110001100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834A02; }

 p { color: rgb(131,74,2); }

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

<style>
 a { background-color: #834A02; }

 a { background-color: rgb(131,74,2); }

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

<style>
 span { border-color: #834A02; }

 span { border-color: rgb(131,74,2); }

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