#834300

Color #834300 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #834300

Tints of Saddle Brown #834300

Color information

#834300 (or 0x834300) is unknown color: approx Saddle Brown. HEX triplet: 83, 43 and 00. RGB value is (131,67,0). Sum of RGB (Red+Green+Blue) = 131+67+0=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #834300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834300 is #7CBCFF. Grayscale: #4E4E4E. Windows color (decimal): -8174848 or 17283. OLE color: 17283.

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

Color convert

RGB131670-
CMYK00.4910.49
HSL30.69º100%25.69%-
HSV(B)30.69º100%51.37%-
XYZ11.378.841.11-
YUV78.583.7165.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 66.16%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.16%
G=33.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13167000.4910.4930.6910025.69
Hex8343003164311f641a
Octal2031030061144613714432
Binary10000011100001100110001110010011000111111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834300; }

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

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

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

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

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

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

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

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