Html Css Color HEX #85352C Crab Apple

📋 copy color: '#85352C'

red 133 ◦ green 53 ◦ blue 44

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

Shades of Crab Apple #85352C

Tints of Crab Apple #85352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.04%

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

R = 57.83%
G = 23.04%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85352C (or 0x85352C) is known color: Crab Apple. HEX triplet: 85, 35 and 2C. RGB value is (133,53,44). Sum of RGB (Red+Green+Blue) = 133+53+44=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85352C is #7ACAD3. Grayscale: #4C4C4C. Windows color (decimal): -8047316 or 2897285. OLE color: 2897285.

HSL color Cylindrical-coordinate representation of color #85352C: hue angle of 6.07º 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 #85352C is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 44 -
CMYK 0 0.60 0.67 0.48
HSL 6.07º 0.5% 0.35% -
HSV(B) 6.07º 0.67% 0.52% -
XYZ 11.4 7.71 3.27 -
YUV 75.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 133 53 44 0 0.60 0.67 0.48 6.07 0.5 0.35
Hex 85 35 2C 0 3C 43 30 6 32 23
Octal 205 65 54 0 74 103 60 6 62 43
Binary 10000101 110101 101100 0 111100 1000011 110000 110 110010 100011

Color Harmonies of #85352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85352C

Black with #85352C

Text Example


Text Example

White with #85352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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