Html Css Color HEX #823A2D Crab Apple

📋 copy color: '#823A2D'

red 130 ◦ green 58 ◦ blue 45

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

Shades of Crab Apple #823A2D

Tints of Crab Apple #823A2D

RGB

 RED value IS 130 (51.17% from 255) = 55.79%

 GREEN value IS 58 (23.05% from 255) = 24.89%

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 55.79%
G = 24.89%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#823A2D (or 0x823A2D) is known color: Crab Apple. HEX triplet: 82, 3A and 2D. RGB value is (130,58,45). Sum of RGB (Red+Green+Blue) = 130+58+45=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #823A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823A2D is #7DC5D2. Grayscale: #4E4E4E. Windows color (decimal): -8242643 or 2964098. OLE color: 2964098.

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

Color convert

RGB 130 58 45 -
CMYK 0 0.55 0.65 0.49
HSL 9.18º 0.49% 0.34% -
HSV(B) 9.18º 0.65% 0.51% -
XYZ 11.19 7.96 3.43 -
YUV 78.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 130 58 45 0 0.55 0.65 0.49 9.18 0.49 0.34
Hex 82 3A 2D 0 37 41 31 9 31 22
Octal 202 72 55 0 67 101 61 11 61 42
Binary 10000010 111010 101101 0 110111 1000001 110001 1001 110001 100010

Color Harmonies of #823A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823A2D

Black with #823A2D

Text Example


Text Example

White with #823A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #823A2D;
 }
 .AnyTagClassName
 {
   color: #823A2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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