#823A2F

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

Shades of Crab Apple #823A2F

Tints of Crab Apple #823A2F

Color information

#823A2F (or 0x823A2F) is unknown color: approx Crab Apple. HEX triplet: 82, 3A and 2F. RGB value is (130,58,47). Sum of RGB (Red+Green+Blue) = 130+58+47=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #823A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823A2F is #7DC5D0. Grayscale: #4E4E4E. Windows color (decimal): -8242641 or 3095170. OLE color: 3095170.

HSL color Cylindrical-coordinate representation of color #823A2F: hue angle of 7.95º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #823A2F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1305847-
CMYK00.550.640.49
HSL7.95º46.89%34.71%-
HSV(B)7.95º63.85%50.98%-
XYZ11.237.983.64-
YUV78.27110.35164.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 47 (18.75% from 255) = 20%
R=55.32%
G=24.68%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130584700.550.640.497.9546.8934.71
Hex823A2F037403182f23
Octal202725706710061105743
Binary10000010111010101111011011110000001100011000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823A2F; }

 p { color: rgb(130,58,47); }

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

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

 a { background-color: rgb(130,58,47); }

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

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

 span { border-color: rgb(130,58,47); }

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