Html Css Color HEX #85372C Crab Apple

📋 copy color: '#85372C'

red 133 ◦ green 55 ◦ blue 44

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

Shades of Crab Apple #85372C

Tints of Crab Apple #85372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.97%

R = 57.33%
G = 23.71%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85372C (or 0x85372C) is known color: Crab Apple. HEX triplet: 85, 37 and 2C. RGB value is (133,55,44). Sum of RGB (Red+Green+Blue) = 133+55+44=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85372C is #7AC8D3. Grayscale: #4D4D4D. Windows color (decimal): -8046804 or 2897797. OLE color: 2897797.

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

Color convert

RGB 133 55 44 -
CMYK 0 0.59 0.67 0.48
HSL 7.42º 0.5% 0.35% -
HSV(B) 7.42º 0.67% 0.52% -
XYZ 11.49 7.9 3.3 -
YUV 77.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 133 55 44 0 0.59 0.67 0.48 7.42 0.5 0.35
Hex 85 37 2C 0 3B 43 30 7 32 23
Octal 205 67 54 0 73 103 60 7 62 43
Binary 10000101 110111 101100 0 111011 1000011 110000 111 110010 100011

Color Harmonies of #85372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85372C

Black with #85372C

Text Example


Text Example

White with #85372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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