Html Css Color HEX #813D07 Saddle Brown

📋 copy color: '#813D07'

red 129 ◦ green 61 ◦ blue 7

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

Shades of Saddle Brown #813D07

Tints of Saddle Brown #813D07

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

 BLUE value IS 7 (3.13% from 255) = 3.55%

R = 65.48%
G = 30.96%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#813D07 (or 0x813D07) is known color: Saddle Brown. HEX triplet: 81, 3D and 07. RGB value is (129,61,7). Sum of RGB (Red+Green+Blue) = 129+61+7=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #813D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813D07 is #7EC2F8. Grayscale: #4B4B4B. Windows color (decimal): -8307449 or 474497. OLE color: 474497.

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

Color convert

RGB 129 61 7 -
CMYK 0 0.53 0.95 0.49
HSL 26.56º 0.9% 0.27% -
HSV(B) 26.56º 0.95% 0.51% -
XYZ 10.76 8.02 1.18 -
YUV 75.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 129 61 7 0 0.53 0.95 0.49 26.56 0.9 0.27
Hex 81 3D 7 0 35 5F 31 1B 5A 1B
Octal 201 75 7 0 65 137 61 33 132 33
Binary 10000001 111101 111 0 110101 1011111 110001 11011 1011010 11011

Color Harmonies of #813D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D07

Black with #813D07

Text Example


Text Example

White with #813D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,61,7); }

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

background-color css

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

 a { background-color: rgb(129,61,7); }

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

border-color css

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

 span { border-color: rgb(129,61,7); }

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