Html Css Color HEX #85342E Crab Apple

📋 copy color: '#85342E'

red 133 ◦ green 52 ◦ blue 46

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

Shades of Crab Apple #85342E

Tints of Crab Apple #85342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 57.58%
G = 22.51%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85342E (or 0x85342E) is known color: Crab Apple. HEX triplet: 85, 34 and 2E. RGB value is (133,52,46). Sum of RGB (Red+Green+Blue) = 133+52+46=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85342E is #7ACBD1. Grayscale: #4B4B4B. Windows color (decimal): -8047570 or 3028101. OLE color: 3028101.

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

Color convert

RGB 133 52 46 -
CMYK 0 0.61 0.65 0.48
HSL 4.14º 0.49% 0.35% -
HSV(B) 4.14º 0.65% 0.52% -
XYZ 11.39 7.64 3.46 -
YUV 75.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 133 52 46 0 0.61 0.65 0.48 4.14 0.49 0.35
Hex 85 34 2E 0 3D 41 30 4 31 23
Octal 205 64 56 0 75 101 60 4 61 43
Binary 10000101 110100 101110 0 111101 1000001 110000 100 110001 100011

Color Harmonies of #85342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85342E

Black with #85342E

Text Example


Text Example

White with #85342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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