Html Css Color HEX #81330D Saddle Brown

📋 copy color: '#81330D'

red 129 ◦ green 51 ◦ blue 13

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

Shades of Saddle Brown #81330D

Tints of Saddle Brown #81330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 66.84%
G = 26.42%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#81330D (or 0x81330D) is known color: Saddle Brown. HEX triplet: 81, 33 and 0D. RGB value is (129,51,13). Sum of RGB (Red+Green+Blue) = 129+51+13=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #81330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81330D is #7ECCF2. Grayscale: #464646. Windows color (decimal): -8310003 or 865153. OLE color: 865153.

HSL color Cylindrical-coordinate representation of color #81330D: hue angle of 19.66º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81330D is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 13 -
CMYK 0 0.60 0.90 0.49
HSL 19.66º 0.82% 0.28% -
HSV(B) 19.66º 0.9% 0.51% -
XYZ 10.31 7.06 1.2 -
YUV 69.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 129 51 13 0 0.60 0.90 0.49 19.66 0.82 0.28
Hex 81 33 D 0 3C 5A 31 14 52 1C
Octal 201 63 15 0 74 132 61 24 122 34
Binary 10000001 110011 1101 0 111100 1011010 110001 10100 1010010 11100

Color Harmonies of #81330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81330D

Black with #81330D

Text Example


Text Example

White with #81330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81330D; }

 p { color: rgb(129,51,13); }

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

background-color css

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

 a { background-color: rgb(129,51,13); }

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

border-color css

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

 span { border-color: rgb(129,51,13); }

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