#834B00

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

Shades of Raw Umber #834B00

Tints of Raw Umber #834B00

Color information

#834B00 (or 0x834B00) is unknown color: approx Raw Umber. HEX triplet: 83, 4B and 00. RGB value is (131,75,0). Sum of RGB (Red+Green+Blue) = 131+75+0=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #834B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834B00 is #7CB4FF. Grayscale: #535353. Windows color (decimal): -8172800 or 19331. OLE color: 19331.

HSL color Cylindrical-coordinate representation of color #834B00: hue angle of 34.35º 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 #834B00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB131750-
CMYK00.4310.49
HSL34.35º100%25.69%-
HSV(B)34.35º100%51.37%-
XYZ11.889.861.28-
YUV83.1981.05162.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.59%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.59%
G=36.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13175000.4310.4934.3510025.69
Hex834B002B643122641a
Octal2031130053144614214432
Binary100000111001011001010111100100110001100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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