Html Css Color HEX #853C2C Crab Apple

📋 copy color: '#853C2C'

red 133 ◦ green 60 ◦ blue 44

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

Shades of Crab Apple #853C2C

Tints of Crab Apple #853C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.32%

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

R = 56.12%
G = 25.32%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#853C2C (or 0x853C2C) is known color: Crab Apple. HEX triplet: 85, 3C and 2C. RGB value is (133,60,44). Sum of RGB (Red+Green+Blue) = 133+60+44=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #853C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C2C is #7AC3D3. Grayscale: #505050. Windows color (decimal): -8045524 or 2899077. OLE color: 2899077.

HSL color Cylindrical-coordinate representation of color #853C2C: hue angle of 10.79º 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 #853C2C is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 44 -
CMYK 0 0.55 0.67 0.48
HSL 10.79º 0.5% 0.35% -
HSV(B) 10.79º 0.67% 0.52% -
XYZ 11.74 8.4 3.39 -
YUV 80 107.68 165.8 -
System Red Green Blue C M Y K H S L
Decimal 133 60 44 0 0.55 0.67 0.48 10.79 0.5 0.35
Hex 85 3C 2C 0 37 43 30 B 32 23
Octal 205 74 54 0 67 103 60 13 62 43
Binary 10000101 111100 101100 0 110111 1000011 110000 1011 110010 100011

Color Harmonies of #853C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C2C

Black with #853C2C

Text Example


Text Example

White with #853C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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