Html Css Color HEX #813F0A Saddle Brown

📋 copy color: '#813F0A'

red 129 ◦ green 63 ◦ blue 10

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

Shades of Saddle Brown #813F0A

Tints of Saddle Brown #813F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 31.19%

 BLUE value IS 10 (4.3% from 255) = 4.95%

R = 63.86%
G = 31.19%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#813F0A (or 0x813F0A) is known color: Saddle Brown. HEX triplet: 81, 3F and 0A. RGB value is (129,63,10). Sum of RGB (Red+Green+Blue) = 129+63+10=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #813F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813F0A is #7EC0F5. Grayscale: #4C4C4C. Windows color (decimal): -8306934 or 671617. OLE color: 671617.

HSL color Cylindrical-coordinate representation of color #813F0A: hue angle of 26.72º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #813F0A is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 63 10 -
CMYK 0 0.51 0.92 0.49
HSL 26.72º 0.86% 0.27% -
HSV(B) 26.72º 0.92% 0.51% -
XYZ 10.89 8.24 1.3 -
YUV 76.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 129 63 10 0 0.51 0.92 0.49 26.72 0.86 0.27
Hex 81 3F A 0 33 5C 31 1B 56 1B
Octal 201 77 12 0 63 134 61 33 126 33
Binary 10000001 111111 1010 0 110011 1011100 110001 11011 1010110 11011

Color Harmonies of #813F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813F0A

Black with #813F0A

Text Example


Text Example

White with #813F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,63,10); }

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

background-color css

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

 a { background-color: rgb(129,63,10); }

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

border-color css

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

 span { border-color: rgb(129,63,10); }

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