Html Css Color HEX #85372F Crab Apple

📋 copy color: '#85372F'

red 133 ◦ green 55 ◦ blue 47

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

Shades of Crab Apple #85372F

Tints of Crab Apple #85372F

RGB

 RED value IS 133 (52.34% from 255) = 56.6%

 GREEN value IS 55 (21.88% from 255) = 23.4%

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

R = 56.6%
G = 23.4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85372F (or 0x85372F) is known color: Crab Apple. HEX triplet: 85, 37 and 2F. RGB value is (133,55,47). Sum of RGB (Red+Green+Blue) = 133+55+47=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #85372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85372F is #7AC8D0. Grayscale: #4D4D4D. Windows color (decimal): -8046801 or 3094405. OLE color: 3094405.

HSL color Cylindrical-coordinate representation of color #85372F: hue angle of 5.58º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85372F is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 47 -
CMYK 0 0.59 0.65 0.48
HSL 5.58º 0.48% 0.35% -
HSV(B) 5.58º 0.65% 0.52% -
XYZ 11.55 7.92 3.61 -
YUV 77.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 133 55 47 0 0.59 0.65 0.48 5.58 0.48 0.35
Hex 85 37 2F 0 3B 41 30 6 30 23
Octal 205 67 57 0 73 101 60 6 60 43
Binary 10000101 110111 101111 0 111011 1000001 110000 110 110000 100011

Color Harmonies of #85372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85372F

Black with #85372F

Text Example


Text Example

White with #85372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85372F; }

 p { color: rgb(133,55,47); }

 H1.HeaderClassName
 {
   color: #85372F;
 }
 .AnyTagClassName
 {
   color: #85372F;
 }
</style>

background-color css

<style>
 a { background-color: #85372F; }

 a { background-color: rgb(133,55,47); }

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

border-color css

<style>
 span { border-color: #85372F; }

 span { border-color: rgb(133,55,47); }

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