Html Css Color HEX #8B362F Crab Apple

📋 copy color: '#8B362F'

red 139 ◦ green 54 ◦ blue 47

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

Shades of Crab Apple #8B362F

Tints of Crab Apple #8B362F

RGB

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

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

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

R = 57.92%
G = 22.5%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8B362F (or 0x8B362F) is known color: Crab Apple. HEX triplet: 8B, 36 and 2F. RGB value is (139,54,47). Sum of RGB (Red+Green+Blue) = 139+54+47=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B362F is #74C9D0. Grayscale: #4E4E4E. Windows color (decimal): -7653841 or 3094155. OLE color: 3094155.

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

Color convert

RGB 139 54 47 -
CMYK 0 0.61 0.66 0.45
HSL 4.57º 0.49% 0.36% -
HSV(B) 4.57º 0.66% 0.55% -
XYZ 12.48 8.33 3.64 -
YUV 78.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 139 54 47 0 0.61 0.66 0.45 4.57 0.49 0.36
Hex 8B 36 2F 0 3D 42 2D 5 31 24
Octal 213 66 57 0 75 102 55 5 61 44
Binary 10001011 110110 101111 0 111101 1000010 101101 101 110001 100100

Color Harmonies of #8B362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B362F

Black with #8B362F

Text Example


Text Example

White with #8B362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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