#834A00

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

Shades of Raw Umber #834A00

Tints of Raw Umber #834A00

Color information

#834A00 (or 0x834A00) is unknown color: approx Raw Umber. HEX triplet: 83, 4A and 00. RGB value is (131,74,0). Sum of RGB (Red+Green+Blue) = 131+74+0=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #834A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834A00 is #7CB5FF. Grayscale: #525252. Windows color (decimal): -8173056 or 19075. OLE color: 19075.

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

Color convert

RGB131740-
CMYK00.4410.49
HSL33.89º100%25.69%-
HSV(B)33.89º100%51.37%-
XYZ11.819.721.25-
YUV82.6181.38162.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.90%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.90%
G=36.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13174000.4410.4933.8910025.69
Hex834A002C643122641a
Octal2031120054144614214432
Binary100000111001010001011001100100110001100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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