Html Css Color HEX #813A01 Saddle Brown

📋 copy color: '#813A01'

red 129 ◦ green 58 ◦ blue 1

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

Shades of Saddle Brown #813A01

Tints of Saddle Brown #813A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.85%

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

R = 68.62%
G = 30.85%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#813A01 (or 0x813A01) is known color: Saddle Brown. HEX triplet: 81, 3A and 01. RGB value is (129,58,1). Sum of RGB (Red+Green+Blue) = 129+58+1=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #813A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813A01 is #7EC5FE. Grayscale: #494949. Windows color (decimal): -8308223 or 80513. OLE color: 80513.

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

Color convert

RGB 129 58 1 -
CMYK 0 0.55 0.99 0.49
HSL 26.72º 0.98% 0.25% -
HSV(B) 26.72º 0.99% 0.51% -
XYZ 10.57 7.7 0.96 -
YUV 72.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 129 58 1 0 0.55 0.99 0.49 26.72 0.98 0.25
Hex 81 3A 1 0 37 63 31 1B 62 19
Octal 201 72 1 0 67 143 61 33 142 31
Binary 10000001 111010 1 0 110111 1100011 110001 11011 1100010 11001

Color Harmonies of #813A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813A01

Black with #813A01

Text Example


Text Example

White with #813A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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