Html Css Color HEX #8B352F Crab Apple

📋 copy color: '#8B352F'

red 139 ◦ green 53 ◦ blue 47

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

Shades of Crab Apple #8B352F

Tints of Crab Apple #8B352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 58.16%
G = 22.18%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8B352F (or 0x8B352F) is known color: Crab Apple. HEX triplet: 8B, 35 and 2F. RGB value is (139,53,47). Sum of RGB (Red+Green+Blue) = 139+53+47=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B352F is #74CAD0. Grayscale: #4E4E4E. Windows color (decimal): -7654097 or 3093899. OLE color: 3093899.

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

Color convert

RGB 139 53 47 -
CMYK 0 0.62 0.66 0.45
HSL 3.91º 0.49% 0.36% -
HSV(B) 3.91º 0.66% 0.55% -
XYZ 12.43 8.24 3.62 -
YUV 78.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 139 53 47 0 0.62 0.66 0.45 3.91 0.49 0.36
Hex 8B 35 2F 0 3E 42 2D 4 31 24
Octal 213 65 57 0 76 102 55 4 61 44
Binary 10001011 110101 101111 0 111110 1000010 101101 100 110001 100100

Color Harmonies of #8B352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B352F

Black with #8B352F

Text Example


Text Example

White with #8B352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,53,47); }

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

background-color css

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

 a { background-color: rgb(139,53,47); }

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

border-color css

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

 span { border-color: rgb(139,53,47); }

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