Html Css Color HEX #814401 Saddle Brown

📋 copy color: '#814401'

red 129 ◦ green 68 ◦ blue 1

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

Shades of Saddle Brown #814401

Tints of Saddle Brown #814401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.34%

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

R = 65.15%
G = 34.34%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#814401 (or 0x814401) is known color: Saddle Brown. HEX triplet: 81, 44 and 01. RGB value is (129,68,1). Sum of RGB (Red+Green+Blue) = 129+68+1=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #814401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814401 is #7EBBFE. Grayscale: #4E4E4E. Windows color (decimal): -8305663 or 83073. OLE color: 83073.

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

Color convert

RGB 129 68 1 -
CMYK 0 0.47 0.99 0.49
HSL 31.41º 0.98% 0.25% -
HSV(B) 31.41º 0.99% 0.51% -
XYZ 11.13 8.8 1.14 -
YUV 78.6 84.21 163.95 -
System Red Green Blue C M Y K H S L
Decimal 129 68 1 0 0.47 0.99 0.49 31.41 0.98 0.25
Hex 81 44 1 0 2F 63 31 1F 62 19
Octal 201 104 1 0 57 143 61 37 142 31
Binary 10000001 1000100 1 0 101111 1100011 110001 11111 1100010 11001

Color Harmonies of #814401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814401

Black with #814401

Text Example


Text Example

White with #814401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814401; }

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

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

background-color css

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

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

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

border-color css

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

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

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