Html Css Color HEX #8A3731 Crab Apple

📋 copy color: '#8A3731'

red 138 ◦ green 55 ◦ blue 49

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

Shades of Crab Apple #8A3731

Tints of Crab Apple #8A3731

RGB

 RED value IS 138 (54.3% from 255) = 57.02%

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

 BLUE value IS 49 (19.53% from 255) = 20.25%

R = 57.02%
G = 22.73%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#8A3731 (or 0x8A3731) is known color: Crab Apple. HEX triplet: 8A, 37 and 31. RGB value is (138,55,49). Sum of RGB (Red+Green+Blue) = 138+55+49=242 (32% of max value = 765). Red value is 138 (54.30% from 255 or 57.02% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3731 is #75C8CE. Grayscale: #4F4F4F. Windows color (decimal): -7719119 or 3225482. OLE color: 3225482.

HSL color Cylindrical-coordinate representation of color #8A3731: hue angle of 4.04º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3731 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 49 -
CMYK 0 0.60 0.64 0.46
HSL 4.04º 0.48% 0.37% -
HSV(B) 4.04º 0.64% 0.54% -
XYZ 12.4 8.36 3.87 -
YUV 79.13 111 169.99 -
System Red Green Blue C M Y K H S L
Decimal 138 55 49 0 0.60 0.64 0.46 4.04 0.48 0.37
Hex 8A 37 31 0 3C 40 2E 4 30 25
Octal 212 67 61 0 74 100 56 4 60 45
Binary 10001010 110111 110001 0 111100 1000000 101110 100 110000 100101

Color Harmonies of #8A3731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3731

Black with #8A3731

Text Example


Text Example

White with #8A3731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A3731; }

 p { color: rgb(138,55,49); }

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

background-color css

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

 a { background-color: rgb(138,55,49); }

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

border-color css

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

 span { border-color: rgb(138,55,49); }

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