Html Css Color HEX #823630 Crab Apple

📋 copy color: '#823630'

red 130 ◦ green 54 ◦ blue 48

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

Shades of Crab Apple #823630

Tints of Crab Apple #823630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

 BLUE value IS 48 (19.14% from 255) = 20.69%

R = 56.03%
G = 23.28%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#823630 (or 0x823630) is known color: Crab Apple. HEX triplet: 82, 36 and 30. RGB value is (130,54,48). Sum of RGB (Red+Green+Blue) = 130+54+48=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #823630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823630 is #7DC9CF. Grayscale: #4C4C4C. Windows color (decimal): -8243664 or 3159682. OLE color: 3159682.

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

Color convert

RGB 130 54 48 -
CMYK 0 0.58 0.63 0.49
HSL 4.39º 0.46% 0.35% -
HSV(B) 4.39º 0.63% 0.51% -
XYZ 11.06 7.6 3.68 -
YUV 76.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 130 54 48 0 0.58 0.63 0.49 4.39 0.46 0.35
Hex 82 36 30 0 3A 3F 31 4 2E 23
Octal 202 66 60 0 72 77 61 4 56 43
Binary 10000010 110110 110000 0 111010 111111 110001 100 101110 100011

Color Harmonies of #823630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823630

Black with #823630

Text Example


Text Example

White with #823630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823630; }

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

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

background-color css

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

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

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

border-color css

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

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

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