#813630

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

Shades of Crab Apple #813630

Tints of Crab Apple #813630

Color information

#813630 (or 0x813630) is unknown color: approx Crab Apple. HEX triplet: 81, 36 and 30. RGB value is (129,54,48). Sum of RGB (Red+Green+Blue) = 129+54+48=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #813630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813630 is #7EC9CF. Grayscale: #4B4B4B. Windows color (decimal): -8309200 or 3159681. OLE color: 3159681.

HSL color Cylindrical-coordinate representation of color #813630: hue angle of 4.44º 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 #813630 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1295448-
CMYK00.580.630.49
HSL4.44º45.76%34.71%-
HSV(B)4.44º62.79%50.59%-
XYZ10.917.523.67-
YUV75.74112.35165.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=55.84%
G=23.38%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129544800.580.630.494.4445.7634.71
Hex81363003A3F3142e23
Octal2016660072776145643
Binary100000011101101100000111010111111110001100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813630; }

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

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

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

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

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

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

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

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