Html Css Color HEX #814501 Saddle Brown

📋 copy color: '#814501'

red 129 ◦ green 69 ◦ blue 1

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

Shades of Saddle Brown #814501

Tints of Saddle Brown #814501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

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

R = 64.82%
G = 34.67%
B = 0.5%

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

#814501 (or 0x814501) is known color: Saddle Brown. HEX triplet: 81, 45 and 01. RGB value is (129,69,1). Sum of RGB (Red+Green+Blue) = 129+69+1=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #814501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814501 is #7EBAFE. Grayscale: #4F4F4F. Windows color (decimal): -8305407 or 83329. OLE color: 83329.

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

Color convert

RGB 129 69 1 -
CMYK 0 0.47 0.99 0.49
HSL 31.88º 0.98% 0.25% -
HSV(B) 31.88º 0.99% 0.51% -
XYZ 11.19 8.93 1.16 -
YUV 79.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 129 69 1 0 0.47 0.99 0.49 31.88 0.98 0.25
Hex 81 45 1 0 2F 63 31 20 62 19
Octal 201 105 1 0 57 143 61 40 142 31
Binary 10000001 1000101 1 0 101111 1100011 110001 100000 1100010 11001

Color Harmonies of #814501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814501

Black with #814501

Text Example


Text Example

White with #814501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814501; }

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

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

background-color css

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

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

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

border-color css

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

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

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