Html Css Color HEX #85342A Crab Apple

📋 copy color: '#85342A'

red 133 ◦ green 52 ◦ blue 42

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

Shades of Crab Apple #85342A

Tints of Crab Apple #85342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.5%

R = 58.59%
G = 22.91%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85342A (or 0x85342A) is known color: Crab Apple. HEX triplet: 85, 34 and 2A. RGB value is (133,52,42). Sum of RGB (Red+Green+Blue) = 133+52+42=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85342A is #7ACBD5. Grayscale: #4B4B4B. Windows color (decimal): -8047574 or 2765957. OLE color: 2765957.

HSL color Cylindrical-coordinate representation of color #85342A: hue angle of 6.59º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85342A is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 42 -
CMYK 0 0.61 0.68 0.48
HSL 6.59º 0.52% 0.34% -
HSV(B) 6.59º 0.68% 0.52% -
XYZ 11.32 7.61 3.06 -
YUV 75.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 133 52 42 0 0.61 0.68 0.48 6.59 0.52 0.34
Hex 85 34 2A 0 3D 44 30 7 34 22
Octal 205 64 52 0 75 104 60 7 64 42
Binary 10000101 110100 101010 0 111101 1000100 110000 111 110100 100010

Color Harmonies of #85342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85342A

Black with #85342A

Text Example


Text Example

White with #85342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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