Html Css Color HEX #853931 Crab Apple

📋 copy color: '#853931'

red 133 ◦ green 57 ◦ blue 49

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

Shades of Crab Apple #853931

Tints of Crab Apple #853931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 55.65%
G = 23.85%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#853931 (or 0x853931) is known color: Crab Apple. HEX triplet: 85, 39 and 31. RGB value is (133,57,49). Sum of RGB (Red+Green+Blue) = 133+57+49=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #853931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853931 is #7AC6CE. Grayscale: #4E4E4E. Windows color (decimal): -8046287 or 3225989. OLE color: 3225989.

HSL color Cylindrical-coordinate representation of color #853931: hue angle of 5.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853931 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 49 -
CMYK 0 0.57 0.63 0.48
HSL 5.71º 0.46% 0.36% -
HSV(B) 5.71º 0.63% 0.52% -
XYZ 11.69 8.13 3.86 -
YUV 78.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 133 57 49 0 0.57 0.63 0.48 5.71 0.46 0.36
Hex 85 39 31 0 39 3F 30 6 2E 24
Octal 205 71 61 0 71 77 60 6 56 44
Binary 10000101 111001 110001 0 111001 111111 110000 110 101110 100100

Color Harmonies of #853931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853931

Black with #853931

Text Example


Text Example

White with #853931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853931; }

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

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

background-color css

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

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

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

border-color css

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

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

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