#814300

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

Shades of Saddle Brown #814300

Tints of Saddle Brown #814300

Color information

#814300 (or 0x814300) is unknown color: approx Saddle Brown. HEX triplet: 81, 43 and 00. RGB value is (129,67,0). Sum of RGB (Red+Green+Blue) = 129+67+0=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #814300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814300 is #7EBCFF. Grayscale: #4E4E4E. Windows color (decimal): -8305920 or 17281. OLE color: 17281.

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

Color convert

RGB129670-
CMYK00.4810.49
HSL31.16º100%25.29%-
HSV(B)31.16º100%50.59%-
XYZ11.068.681.09-
YUV77.984.04164.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.82%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.82%
G=34.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12967000.4810.4931.1610025.29
Hex8143003064311f6419
Octal2011030060144613714431
Binary10000001100001100110000110010011000111111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814300; }

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

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

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

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

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

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

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

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