Html Css Color HEX #823730 Crab Apple

📋 copy color: '#823730'

red 130 ◦ green 55 ◦ blue 48

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

Shades of Crab Apple #823730

Tints of Crab Apple #823730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

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

R = 55.79%
G = 23.61%
B = 20.6%

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

#823730 (or 0x823730) is known color: Crab Apple. HEX triplet: 82, 37 and 30. RGB value is (130,55,48). Sum of RGB (Red+Green+Blue) = 130+55+48=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #823730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823730 is #7DC8CF. Grayscale: #4C4C4C. Windows color (decimal): -8243408 or 3159938. OLE color: 3159938.

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

Color convert

RGB 130 55 48 -
CMYK 0 0.58 0.63 0.49
HSL 5.12º 0.46% 0.35% -
HSV(B) 5.12º 0.63% 0.51% -
XYZ 11.11 7.69 3.7 -
YUV 76.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 130 55 48 0 0.58 0.63 0.49 5.12 0.46 0.35
Hex 82 37 30 0 3A 3F 31 5 2E 23
Octal 202 67 60 0 72 77 61 5 56 43
Binary 10000010 110111 110000 0 111010 111111 110001 101 101110 100011

Color Harmonies of #823730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823730

Black with #823730

Text Example


Text Example

White with #823730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823730; }

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

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

background-color css

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

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

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

border-color css

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

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

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