Html Css Color HEX #8A352B Crab Apple

📋 copy color: '#8A352B'

red 138 ◦ green 53 ◦ blue 43

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

Shades of Crab Apple #8A352B

Tints of Crab Apple #8A352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 58.97%
G = 22.65%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#8A352B (or 0x8A352B) is known color: Crab Apple. HEX triplet: 8A, 35 and 2B. RGB value is (138,53,43). Sum of RGB (Red+Green+Blue) = 138+53+43=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A352B is #75CAD4. Grayscale: #4D4D4D. Windows color (decimal): -7719637 or 2831754. OLE color: 2831754.

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

Color convert

RGB 138 53 43 -
CMYK 0 0.62 0.69 0.46
HSL 6.32º 0.52% 0.35% -
HSV(B) 6.32º 0.69% 0.54% -
XYZ 12.19 8.12 3.21 -
YUV 77.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 138 53 43 0 0.62 0.69 0.46 6.32 0.52 0.35
Hex 8A 35 2B 0 3E 45 2E 6 34 23
Octal 212 65 53 0 76 105 56 6 64 43
Binary 10001010 110101 101011 0 111110 1000101 101110 110 110100 100011

Color Harmonies of #8A352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A352B

Black with #8A352B

Text Example


Text Example

White with #8A352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,53,43); }

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

background-color css

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

 a { background-color: rgb(138,53,43); }

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

border-color css

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

 span { border-color: rgb(138,53,43); }

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