Html Css Color HEX #814201 Saddle Brown

📋 copy color: '#814201'

red 129 ◦ green 66 ◦ blue 1

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

Shades of Saddle Brown #814201

Tints of Saddle Brown #814201

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 value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#814201 (or 0x814201) is known color: 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

RGB 129 66 1 -
CMYK 0 0.49 0.99 0.49
HSL 30.47º 0.98% 0.25% -
HSV(B) 30.47º 0.99% 0.51% -
XYZ 11.01 8.57 1.1 -
YUV 77.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 129 66 1 0 0.49 0.99 0.49 30.47 0.98 0.25
Hex 81 42 1 0 31 63 31 1E 62 19
Octal 201 102 1 0 61 143 61 36 142 31
Binary 10000001 1000010 1 0 110001 1100011 110001 11110 1100010 11001

Color Harmonies of #814201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814201

Black with #814201

Text Example


Text Example

White with #814201

Text Example


Text Example

HTML Codes & Css Web 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>