Html Css Color HEX #85392A Crab Apple

📋 copy color: '#85392A'

red 133 ◦ green 57 ◦ blue 42

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

Shades of Crab Apple #85392A

Tints of Crab Apple #85392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

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

R = 57.33%
G = 24.57%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85392A (or 0x85392A) is known color: Crab Apple. HEX triplet: 85, 39 and 2A. RGB value is (133,57,42). Sum of RGB (Red+Green+Blue) = 133+57+42=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85392A is #7AC6D5. Grayscale: #4E4E4E. Windows color (decimal): -8046294 or 2767237. OLE color: 2767237.

HSL color Cylindrical-coordinate representation of color #85392A: hue angle of 9.89º 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 #85392A is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 42 -
CMYK 0 0.57 0.68 0.48
HSL 9.89º 0.52% 0.34% -
HSV(B) 9.89º 0.68% 0.52% -
XYZ 11.55 8.08 3.14 -
YUV 78.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 133 57 42 0 0.57 0.68 0.48 9.89 0.52 0.34
Hex 85 39 2A 0 39 44 30 A 34 22
Octal 205 71 52 0 71 104 60 12 64 42
Binary 10000101 111001 101010 0 111001 1000100 110000 1010 110100 100010

Color Harmonies of #85392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85392A

Black with #85392A

Text Example


Text Example

White with #85392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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