Html Css Color HEX #803730 Crab Apple

📋 copy color: '#803730'

red 128 ◦ green 55 ◦ blue 48

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

Shades of Crab Apple #803730

Tints of Crab Apple #803730

RGB

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

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

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

R = 55.41%
G = 23.81%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#803730 (or 0x803730) is known color: Crab Apple. HEX triplet: 80, 37 and 30. RGB value is (128,55,48). Sum of RGB (Red+Green+Blue) = 128+55+48=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #803730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803730 is #7FC8CF. Grayscale: #4C4C4C. Windows color (decimal): -8374480 or 3159936. OLE color: 3159936.

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

Color convert

RGB 128 55 48 -
CMYK 0 0.57 0.62 0.50
HSL 5.25º 0.45% 0.35% -
HSV(B) 5.25º 0.63% 0.5% -
XYZ 10.8 7.53 3.68 -
YUV 76.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 128 55 48 0 0.57 0.62 0.50 5.25 0.45 0.35
Hex 80 37 30 0 39 3E 32 5 2D 23
Octal 200 67 60 0 71 76 62 5 55 43
Binary 10000000 110111 110000 0 111001 111110 110010 101 101101 100011

Color Harmonies of #803730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803730

Black with #803730

Text Example


Text Example

White with #803730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803730; }

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

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

background-color css

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

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

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

border-color css

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

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

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