Html Css Color HEX #814001 Saddle Brown

📋 copy color: '#814001'

red 129 ◦ green 64 ◦ blue 1

#814001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #814001

Tints of Saddle Brown #814001

RGB

 RED value IS 129 (50.78% from 255) = 66.49%

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 66.49%
G = 32.99%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#814001 (or 0x814001) is known color: Saddle Brown. HEX triplet: 81, 40 and 01. RGB value is (129,64,1). Sum of RGB (Red+Green+Blue) = 129+64+1=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #814001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814001 is #7EBFFE. Grayscale: #4C4C4C. Windows color (decimal): -8306687 or 82049. OLE color: 82049.

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

Color convert

RGB 129 64 1 -
CMYK 0 0.50 0.99 0.49
HSL 29.53º 0.98% 0.25% -
HSV(B) 29.53º 0.99% 0.51% -
XYZ 10.89 8.34 1.06 -
YUV 76.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 129 64 1 0 0.50 0.99 0.49 29.53 0.98 0.25
Hex 81 40 1 0 32 63 31 1E 62 19
Octal 201 100 1 0 62 143 61 36 142 31
Binary 10000001 1000000 1 0 110010 1100011 110001 11110 1100010 11001

Color Harmonies of #814001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814001

Black with #814001

Text Example


Text Example

White with #814001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814001; }

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

 H1.HeaderClassName
 {
   color: #814001;
 }
 .AnyTagClassName
 {
   color: #814001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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