Html Css Color HEX #803C2B Crab Apple

📋 copy color: '#803C2B'

red 128 ◦ green 60 ◦ blue 43

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

Shades of Crab Apple #803C2B

Tints of Crab Apple #803C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.97%

 BLUE value IS 43 (17.19% from 255) = 18.61%

R = 55.41%
G = 25.97%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#803C2B (or 0x803C2B) is known color: Crab Apple. HEX triplet: 80, 3C and 2B. RGB value is (128,60,43). Sum of RGB (Red+Green+Blue) = 128+60+43=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #803C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C2B is #7FC3D4. Grayscale: #4E4E4E. Windows color (decimal): -8373205 or 2833536. OLE color: 2833536.

HSL color Cylindrical-coordinate representation of color #803C2B: hue angle of 12º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803C2B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 60 43 -
CMYK 0 0.53 0.66 0.50
HSL 12º 0.5% 0.34% -
HSV(B) 12º 0.66% 0.5% -
XYZ 10.95 8 3.25 -
YUV 78.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 128 60 43 0 0.53 0.66 0.50 12 0.5 0.34
Hex 80 3C 2B 0 35 42 32 C 32 22
Octal 200 74 53 0 65 102 62 14 62 42
Binary 10000000 111100 101011 0 110101 1000010 110010 1100 110010 100010

Color Harmonies of #803C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C2B

Black with #803C2B

Text Example


Text Example

White with #803C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803C2B; }

 p { color: rgb(128,60,43); }

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

background-color css

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

 a { background-color: rgb(128,60,43); }

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

border-color css

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

 span { border-color: rgb(128,60,43); }

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