Html Css Color HEX #8A372A Crab Apple

📋 copy color: '#8A372A'

red 138 ◦ green 55 ◦ blue 42

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

Shades of Crab Apple #8A372A

Tints of Crab Apple #8A372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 58.72%
G = 23.4%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#8A372A (or 0x8A372A) is known color: Crab Apple. HEX triplet: 8A, 37 and 2A. RGB value is (138,55,42). Sum of RGB (Red+Green+Blue) = 138+55+42=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A372A is #75C8D5. Grayscale: #4E4E4E. Windows color (decimal): -7719126 or 2766730. OLE color: 2766730.

HSL color Cylindrical-coordinate representation of color #8A372A: hue angle of 8.12º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A372A is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 42 -
CMYK 0 0.60 0.70 0.46
HSL 8.13º 0.53% 0.35% -
HSV(B) 8.13º 0.7% 0.54% -
XYZ 12.27 8.3 3.15 -
YUV 78.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 138 55 42 0 0.60 0.70 0.46 8.13 0.53 0.35
Hex 8A 37 2A 0 3C 46 2E 8 35 23
Octal 212 67 52 0 74 106 56 10 65 43
Binary 10001010 110111 101010 0 111100 1000110 101110 1000 110101 100011

Color Harmonies of #8A372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A372A

Black with #8A372A

Text Example


Text Example

White with #8A372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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