Html Css Color HEX #85362A Crab Apple

📋 copy color: '#85362A'

red 133 ◦ green 54 ◦ blue 42

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

Shades of Crab Apple #85362A

Tints of Crab Apple #85362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

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

R = 58.08%
G = 23.58%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85362A (or 0x85362A) is known color: Crab Apple. HEX triplet: 85, 36 and 2A. RGB value is (133,54,42). Sum of RGB (Red+Green+Blue) = 133+54+42=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85362A is #7AC9D5. Grayscale: #4C4C4C. Windows color (decimal): -8047062 or 2766469. OLE color: 2766469.

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

Color convert

RGB 133 54 42 -
CMYK 0 0.59 0.68 0.48
HSL 7.91º 0.52% 0.34% -
HSV(B) 7.91º 0.68% 0.52% -
XYZ 11.41 7.79 3.09 -
YUV 76.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 133 54 42 0 0.59 0.68 0.48 7.91 0.52 0.34
Hex 85 36 2A 0 3B 44 30 8 34 22
Octal 205 66 52 0 73 104 60 10 64 42
Binary 10000101 110110 101010 0 111011 1000100 110000 1000 110100 100010

Color Harmonies of #85362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85362A

Black with #85362A

Text Example


Text Example

White with #85362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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