Html Css Color HEX #8A3B2C Crab Apple

📋 copy color: '#8A3B2C'

red 138 ◦ green 59 ◦ blue 44

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

Shades of Crab Apple #8A3B2C

Tints of Crab Apple #8A3B2C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.48%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 57.26%
G = 24.48%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#8A3B2C (or 0x8A3B2C) is known color: Crab Apple. HEX triplet: 8A, 3B and 2C. RGB value is (138,59,44). Sum of RGB (Red+Green+Blue) = 138+59+44=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3B2C is #75C4D3. Grayscale: #515151. Windows color (decimal): -7718100 or 2898826. OLE color: 2898826.

HSL color Cylindrical-coordinate representation of color #8A3B2C: hue angle of 9.57º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A3B2C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 59 44 -
CMYK 0 0.57 0.68 0.46
HSL 9.57º 0.52% 0.36% -
HSV(B) 9.57º 0.68% 0.54% -
XYZ 12.5 8.71 3.41 -
YUV 80.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 138 59 44 0 0.57 0.68 0.46 9.57 0.52 0.36
Hex 8A 3B 2C 0 39 44 2E A 34 24
Octal 212 73 54 0 71 104 56 12 64 44
Binary 10001010 111011 101100 0 111001 1000100 101110 1010 110100 100100

Color Harmonies of #8A3B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3B2C

Black with #8A3B2C

Text Example


Text Example

White with #8A3B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,59,44); }

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

background-color css

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

 a { background-color: rgb(138,59,44); }

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

border-color css

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

 span { border-color: rgb(138,59,44); }

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