Html Css Color HEX #85352E Crab Apple

📋 copy color: '#85352E'

red 133 ◦ green 53 ◦ blue 46

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

Shades of Crab Apple #85352E

Tints of Crab Apple #85352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 57.33%
G = 22.84%
B = 19.83%

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

#85352E (or 0x85352E) is known color: Crab Apple. HEX triplet: 85, 35 and 2E. RGB value is (133,53,46). Sum of RGB (Red+Green+Blue) = 133+53+46=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85352E is #7ACAD1. Grayscale: #4C4C4C. Windows color (decimal): -8047314 or 3028357. OLE color: 3028357.

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

Color convert

RGB 133 53 46 -
CMYK 0 0.60 0.65 0.48
HSL 4.83º 0.49% 0.35% -
HSV(B) 4.83º 0.65% 0.52% -
XYZ 11.44 7.73 3.47 -
YUV 76.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 133 53 46 0 0.60 0.65 0.48 4.83 0.49 0.35
Hex 85 35 2E 0 3C 41 30 5 31 23
Octal 205 65 56 0 74 101 60 5 61 43
Binary 10000101 110101 101110 0 111100 1000001 110000 101 110001 100011

Color Harmonies of #85352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85352E

Black with #85352E

Text Example


Text Example

White with #85352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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