Html Css Color HEX #813001 Saddle Brown

📋 copy color: '#813001'

red 129 ◦ green 48 ◦ blue 1

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

Shades of Saddle Brown #813001

Tints of Saddle Brown #813001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

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

R = 72.47%
G = 26.97%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#813001 (or 0x813001) is known color: Saddle Brown. HEX triplet: 81, 30 and 01. RGB value is (129,48,1). Sum of RGB (Red+Green+Blue) = 129+48+1=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #813001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813001 is #7ECFFE. Grayscale: #434343. Windows color (decimal): -8310783 or 77953. OLE color: 77953.

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

Color convert

RGB 129 48 1 -
CMYK 0 0.63 0.99 0.49
HSL 22.03º 0.98% 0.25% -
HSV(B) 22.03º 0.99% 0.51% -
XYZ 10.12 6.78 0.8 -
YUV 66.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 129 48 1 0 0.63 0.99 0.49 22.03 0.98 0.25
Hex 81 30 1 0 3F 63 31 16 62 19
Octal 201 60 1 0 77 143 61 26 142 31
Binary 10000001 110000 1 0 111111 1100011 110001 10110 1100010 11001

Color Harmonies of #813001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813001

Black with #813001

Text Example


Text Example

White with #813001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813001; }

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

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

background-color css

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

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

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

border-color css

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

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

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