#834100

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

Shades of Saddle Brown #834100

Tints of Saddle Brown #834100

Color information

#834100 (or 0x834100) is unknown color: approx Saddle Brown. HEX triplet: 83, 41 and 00. RGB value is (131,65,0). Sum of RGB (Red+Green+Blue) = 131+65+0=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #834100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834100 is #7CBEFF. Grayscale: #4D4D4D. Windows color (decimal): -8175360 or 16771. OLE color: 16771.

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

Color convert

RGB131650-
CMYK00.5010.49
HSL29.77º100%25.69%-
HSV(B)29.77º100%51.37%-
XYZ11.258.611.07-
YUV77.3284.37166.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 66.84%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.84%
G=33.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13165000.5010.4929.7710025.69
Hex8341003264311e641a
Octal2031010062144613614432
Binary10000011100000100110010110010011000111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834100; }

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

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

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

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

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

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

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

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