Html Css Color HEX #8B362C Crab Apple

📋 copy color: '#8B362C'

red 139 ◦ green 54 ◦ blue 44

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

Shades of Crab Apple #8B362C

Tints of Crab Apple #8B362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.78%

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

R = 58.65%
G = 22.78%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B362C (or 0x8B362C) is known color: Crab Apple. HEX triplet: 8B, 36 and 2C. RGB value is (139,54,44). Sum of RGB (Red+Green+Blue) = 139+54+44=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B362C is #74C9D3. Grayscale: #4E4E4E. Windows color (decimal): -7653844 or 2897547. OLE color: 2897547.

HSL color Cylindrical-coordinate representation of color #8B362C: hue angle of 6.32º 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 #8B362C is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 54 44 -
CMYK 0 0.61 0.68 0.45
HSL 6.32º 0.52% 0.36% -
HSV(B) 6.32º 0.68% 0.55% -
XYZ 12.42 8.31 3.33 -
YUV 78.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 139 54 44 0 0.61 0.68 0.45 6.32 0.52 0.36
Hex 8B 36 2C 0 3D 44 2D 6 34 24
Octal 213 66 54 0 75 104 55 6 64 44
Binary 10001011 110110 101100 0 111101 1000100 101101 110 110100 100100

Color Harmonies of #8B362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B362C

Black with #8B362C

Text Example


Text Example

White with #8B362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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