Html Css Color HEX #873A30 Crab Apple

📋 copy color: '#873A30'

red 135 ◦ green 58 ◦ blue 48

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

Shades of Crab Apple #873A30

Tints of Crab Apple #873A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.92%

R = 56.02%
G = 24.07%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#873A30 (or 0x873A30) is known color: Crab Apple. HEX triplet: 87, 3A and 30. RGB value is (135,58,48). Sum of RGB (Red+Green+Blue) = 135+58+48=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #873A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A30 is #78C5CF. Grayscale: #505050. Windows color (decimal): -7914960 or 3160711. OLE color: 3160711.

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

Color convert

RGB 135 58 48 -
CMYK 0 0.57 0.64 0.47
HSL 6.9º 0.48% 0.36% -
HSV(B) 6.9º 0.64% 0.53% -
XYZ 12.04 8.39 3.78 -
YUV 79.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 135 58 48 0 0.57 0.64 0.47 6.9 0.48 0.36
Hex 87 3A 30 0 39 40 2F 7 30 24
Octal 207 72 60 0 71 100 57 7 60 44
Binary 10000111 111010 110000 0 111001 1000000 101111 111 110000 100100

Color Harmonies of #873A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A30

Black with #873A30

Text Example


Text Example

White with #873A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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