Html Css Color HEX #823830 Crab Apple

📋 copy color: '#823830'

red 130 ◦ green 56 ◦ blue 48

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

Shades of Crab Apple #823830

Tints of Crab Apple #823830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 55.56%
G = 23.93%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#823830 (or 0x823830) is known color: Crab Apple. HEX triplet: 82, 38 and 30. RGB value is (130,56,48). Sum of RGB (Red+Green+Blue) = 130+56+48=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #823830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823830 is #7DC7CF. Grayscale: #4D4D4D. Windows color (decimal): -8243152 or 3160194. OLE color: 3160194.

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

Color convert

RGB 130 56 48 -
CMYK 0 0.57 0.63 0.49
HSL 5.85º 0.46% 0.35% -
HSV(B) 5.85º 0.63% 0.51% -
XYZ 11.15 7.79 3.71 -
YUV 77.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 130 56 48 0 0.57 0.63 0.49 5.85 0.46 0.35
Hex 82 38 30 0 39 3F 31 6 2E 23
Octal 202 70 60 0 71 77 61 6 56 43
Binary 10000010 111000 110000 0 111001 111111 110001 110 101110 100011

Color Harmonies of #823830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823830

Black with #823830

Text Example


Text Example

White with #823830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823830; }

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

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

background-color css

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

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

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

border-color css

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

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

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