#823B2F

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

Shades of Crab Apple #823B2F

Tints of Crab Apple #823B2F

Color information

#823B2F (or 0x823B2F) is unknown color: approx Crab Apple. HEX triplet: 82, 3B and 2F. RGB value is (130,59,47). Sum of RGB (Red+Green+Blue) = 130+59+47=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #823B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B2F is #7DC4D0. Grayscale: #4E4E4E. Windows color (decimal): -8242385 or 3095426. OLE color: 3095426.

HSL color Cylindrical-coordinate representation of color #823B2F: hue angle of 8.67º 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 #823B2F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1305947-
CMYK00.550.640.49
HSL8.67º46.89%34.71%-
HSV(B)8.67º63.85%50.98%-
XYZ11.288.083.65-
YUV78.86110.02164.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 59 (23.44% from 255) = 25%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=55.08%
G=25%
B=19.92%

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
Decimal130594700.550.640.498.6746.8934.71
Hex823B2F037403192f23
Octal202735706710061115743
Binary10000010111011101111011011110000001100011001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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