Html Css Color HEX #85382C Crab Apple

📋 copy color: '#85382C'

red 133 ◦ green 56 ◦ blue 44

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

Shades of Crab Apple #85382C

Tints of Crab Apple #85382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 57.08%
G = 24.03%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85382C (or 0x85382C) is known color: Crab Apple. HEX triplet: 85, 38 and 2C. RGB value is (133,56,44). Sum of RGB (Red+Green+Blue) = 133+56+44=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85382C is #7AC7D3. Grayscale: #4D4D4D. Windows color (decimal): -8046548 or 2898053. OLE color: 2898053.

HSL color Cylindrical-coordinate representation of color #85382C: hue angle of 8.09º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85382C is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 44 -
CMYK 0 0.58 0.67 0.48
HSL 8.09º 0.5% 0.35% -
HSV(B) 8.09º 0.67% 0.52% -
XYZ 11.54 8 3.32 -
YUV 77.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 133 56 44 0 0.58 0.67 0.48 8.09 0.5 0.35
Hex 85 38 2C 0 3A 43 30 8 32 23
Octal 205 70 54 0 72 103 60 10 62 43
Binary 10000101 111000 101100 0 111010 1000011 110000 1000 110010 100011

Color Harmonies of #85382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85382C

Black with #85382C

Text Example


Text Example

White with #85382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85382C; }

 p { color: rgb(133,56,44); }

 H1.HeaderClassName
 {
   color: #85382C;
 }
 .AnyTagClassName
 {
   color: #85382C;
 }
</style>

background-color css

<style>
 a { background-color: #85382C; }

 a { background-color: rgb(133,56,44); }

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

border-color css

<style>
 span { border-color: #85382C; }

 span { border-color: rgb(133,56,44); }

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