Html Css Color HEX #8B322C Crab Apple

📋 copy color: '#8B322C'

red 139 ◦ green 50 ◦ blue 44

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

Shades of Crab Apple #8B322C

Tints of Crab Apple #8B322C

RGB

 RED value IS 139 (54.69% from 255) = 59.66%

 GREEN value IS 50 (19.92% from 255) = 21.46%

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

R = 59.66%
G = 21.46%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B322C (or 0x8B322C) is known color: Crab Apple. HEX triplet: 8B, 32 and 2C. RGB value is (139,50,44). Sum of RGB (Red+Green+Blue) = 139+50+44=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B322C is #74CDD3. Grayscale: #4C4C4C. Windows color (decimal): -7654868 or 2896523. OLE color: 2896523.

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

Color convert

RGB 139 50 44 -
CMYK 0 0.64 0.68 0.45
HSL 3.79º 0.52% 0.36% -
HSV(B) 3.79º 0.68% 0.55% -
XYZ 12.24 7.95 3.27 -
YUV 75.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 139 50 44 0 0.64 0.68 0.45 3.79 0.52 0.36
Hex 8B 32 2C 0 40 44 2D 4 34 24
Octal 213 62 54 0 100 104 55 4 64 44
Binary 10001011 110010 101100 0 1000000 1000100 101101 100 110100 100100

Color Harmonies of #8B322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B322C

Black with #8B322C

Text Example


Text Example

White with #8B322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,50,44); }

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

background-color css

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

 a { background-color: rgb(139,50,44); }

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

border-color css

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

 span { border-color: rgb(139,50,44); }

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