#813930

Color #813930 Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #813930

Tints of Crab Apple #813930

Color information

#813930 (or 0x813930) is unknown color: approx Crab Apple. HEX triplet: 81, 39 and 30. RGB value is (129,57,48). Sum of RGB (Red+Green+Blue) = 129+57+48=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #813930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813930 is #7EC6CF. Grayscale: #4D4D4D. Windows color (decimal): -8308432 or 3160449. OLE color: 3160449.

HSL color Cylindrical-coordinate representation of color #813930: hue angle of 6.67º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813930 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1295748-
CMYK00.560.630.49
HSL6.67º45.76%34.71%-
HSV(B)6.67º62.79%50.59%-
XYZ11.057.813.72-
YUV77.5111.35164.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.13%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=55.13%
G=24.36%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129574800.560.630.496.6745.7634.71
Hex8139300383F3172e23
Octal2017160070776175643
Binary100000011110011100000111000111111110001111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813930; }

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

 H1.HeaderClassName
 {
   color: #813930;
 }
 .AnyTagClassName
 {
   color: #813930;
 }
</style>
background-color css

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

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

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

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

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

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