Html Css Color HEX #85342F Crab Apple

📋 copy color: '#85342F'

red 133 ◦ green 52 ◦ blue 47

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

Shades of Crab Apple #85342F

Tints of Crab Apple #85342F

RGB

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

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

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

R = 57.33%
G = 22.41%
B = 20.26%

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

#85342F (or 0x85342F) is known color: Crab Apple. HEX triplet: 85, 34 and 2F. RGB value is (133,52,47). Sum of RGB (Red+Green+Blue) = 133+52+47=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85342F is #7ACBD0. Grayscale: #4B4B4B. Windows color (decimal): -8047569 or 3093637. OLE color: 3093637.

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

Color convert

RGB 133 52 47 -
CMYK 0 0.61 0.65 0.48
HSL 3.49º 0.48% 0.35% -
HSV(B) 3.49º 0.65% 0.52% -
XYZ 11.41 7.65 3.56 -
YUV 75.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 133 52 47 0 0.61 0.65 0.48 3.49 0.48 0.35
Hex 85 34 2F 0 3D 41 30 3 30 23
Octal 205 64 57 0 75 101 60 3 60 43
Binary 10000101 110100 101111 0 111101 1000001 110000 11 110000 100011

Color Harmonies of #85342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85342F

Black with #85342F

Text Example


Text Example

White with #85342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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