Html Css Color HEX #803830 Crab Apple

📋 copy color: '#803830'

red 128 ◦ green 56 ◦ blue 48

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

Shades of Crab Apple #803830

Tints of Crab Apple #803830

RGB

 RED value IS 128 (50.39% from 255) = 55.17%

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

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

R = 55.17%
G = 24.14%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#803830 (or 0x803830) is known color: Crab Apple. HEX triplet: 80, 38 and 30. RGB value is (128,56,48). Sum of RGB (Red+Green+Blue) = 128+56+48=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803830 is #7FC7CF. Grayscale: #4C4C4C. Windows color (decimal): -8374224 or 3160192. OLE color: 3160192.

HSL color Cylindrical-coordinate representation of color #803830: hue angle of 6º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803830 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 48 -
CMYK 0 0.56 0.62 0.50
HSL 0.45% 0.35% -
HSV(B) 0.63% 0.5% -
XYZ 10.85 7.63 3.7 -
YUV 76.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 128 56 48 0 0.56 0.62 0.50 6 0.45 0.35
Hex 80 38 30 0 38 3E 32 6 2D 23
Octal 200 70 60 0 70 76 62 6 55 43
Binary 10000000 111000 110000 0 111000 111110 110010 110 101101 100011

Color Harmonies of #803830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803830

Black with #803830

Text Example


Text Example

White with #803830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803830; }

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

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

background-color css

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

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

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

border-color css

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

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

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