#814201

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

Shades of Saddle Brown #814201

Tints of Saddle Brown #814201

Color information

#814201 (or 0x814201) is unknown color: approx Saddle Brown. HEX triplet: 81, 42 and 01. RGB value is (129,66,1). Sum of RGB (Red+Green+Blue) = 129+66+1=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #814201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814201 is #7EBDFE. Grayscale: #4D4D4D. Windows color (decimal): -8306175 or 82561. OLE color: 82561.

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

Color convert

RGB129661-
CMYK00.490.990.49
HSL30.47º98.46%25.49%-
HSV(B)30.47º99.22%50.59%-
XYZ11.018.571.1-
YUV77.4384.87164.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.82%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=65.82%
G=33.67%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12966100.490.990.4930.4798.4625.49
Hex8142103163311e6219
Octal2011021061143613614231
Binary10000001100001010110001110001111000111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814201; }

 p { color: rgb(129,66,1); }

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

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

 a { background-color: rgb(129,66,1); }

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

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

 span { border-color: rgb(129,66,1); }

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