Html Css Color HEX #8B382D Crab Apple

📋 copy color: '#8B382D'

red 139 ◦ green 56 ◦ blue 45

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

Shades of Crab Apple #8B382D

Tints of Crab Apple #8B382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 57.92%
G = 23.33%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B382D (or 0x8B382D) is known color: Crab Apple. HEX triplet: 8B, 38 and 2D. RGB value is (139,56,45). Sum of RGB (Red+Green+Blue) = 139+56+45=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B382D is #74C7D2. Grayscale: #4F4F4F. Windows color (decimal): -7653331 or 2963595. OLE color: 2963595.

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

Color convert

RGB 139 56 45 -
CMYK 0 0.60 0.68 0.45
HSL 7.02º 0.51% 0.36% -
HSV(B) 7.02º 0.68% 0.55% -
XYZ 12.54 8.51 3.46 -
YUV 79.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 139 56 45 0 0.60 0.68 0.45 7.02 0.51 0.36
Hex 8B 38 2D 0 3C 44 2D 7 33 24
Octal 213 70 55 0 74 104 55 7 63 44
Binary 10001011 111000 101101 0 111100 1000100 101101 111 110011 100100

Color Harmonies of #8B382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B382D

Black with #8B382D

Text Example


Text Example

White with #8B382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,56,45); }

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

background-color css

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

 a { background-color: rgb(139,56,45); }

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

border-color css

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

 span { border-color: rgb(139,56,45); }

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