Html Css Color HEX #85352F Crab Apple

📋 copy color: '#85352F'

red 133 ◦ green 53 ◦ blue 47

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

Shades of Crab Apple #85352F

Tints of Crab Apple #85352F

RGB

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

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

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

R = 57.08%
G = 22.75%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85352F (or 0x85352F) is known color: Crab Apple. HEX triplet: 85, 35 and 2F. RGB value is (133,53,47). Sum of RGB (Red+Green+Blue) = 133+53+47=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85352F is #7ACAD0. Grayscale: #4C4C4C. Windows color (decimal): -8047313 or 3093893. OLE color: 3093893.

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

Color convert

RGB 133 53 47 -
CMYK 0 0.60 0.65 0.48
HSL 4.19º 0.48% 0.35% -
HSV(B) 4.19º 0.65% 0.52% -
XYZ 11.46 7.74 3.58 -
YUV 76.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 133 53 47 0 0.60 0.65 0.48 4.19 0.48 0.35
Hex 85 35 2F 0 3C 41 30 4 30 23
Octal 205 65 57 0 74 101 60 4 60 43
Binary 10000101 110101 101111 0 111100 1000001 110000 100 110000 100011

Color Harmonies of #85352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85352F

Black with #85352F

Text Example


Text Example

White with #85352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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