Html Css Color HEX #873A2F Crab Apple

📋 copy color: '#873A2F'

red 135 ◦ green 58 ◦ blue 47

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

Shades of Crab Apple #873A2F

Tints of Crab Apple #873A2F

RGB

 RED value IS 135 (53.13% from 255) = 56.25%

 GREEN value IS 58 (23.05% from 255) = 24.17%

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

R = 56.25%
G = 24.17%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#873A2F (or 0x873A2F) is known color: Crab Apple. HEX triplet: 87, 3A and 2F. RGB value is (135,58,47). Sum of RGB (Red+Green+Blue) = 135+58+47=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #873A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A2F is #78C5D0. Grayscale: #4F4F4F. Windows color (decimal): -7914961 or 3095175. OLE color: 3095175.

HSL color Cylindrical-coordinate representation of color #873A2F: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #873A2F is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 58 47 -
CMYK 0 0.57 0.65 0.47
HSL 7.5º 0.48% 0.36% -
HSV(B) 7.5º 0.65% 0.53% -
XYZ 12.02 8.38 3.67 -
YUV 79.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 135 58 47 0 0.57 0.65 0.47 7.5 0.48 0.36
Hex 87 3A 2F 0 39 41 2F 8 30 24
Octal 207 72 57 0 71 101 57 10 60 44
Binary 10000111 111010 101111 0 111001 1000001 101111 1000 110000 100100

Color Harmonies of #873A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A2F

Black with #873A2F

Text Example


Text Example

White with #873A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873A2F; }

 p { color: rgb(135,58,47); }

 H1.HeaderClassName
 {
   color: #873A2F;
 }
 .AnyTagClassName
 {
   color: #873A2F;
 }
</style>

background-color css

<style>
 a { background-color: #873A2F; }

 a { background-color: rgb(135,58,47); }

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

border-color css

<style>
 span { border-color: #873A2F; }

 span { border-color: rgb(135,58,47); }

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