Html Css Color HEX #853A2C Crab Apple

📋 copy color: '#853A2C'

red 133 ◦ green 58 ◦ blue 44

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

Shades of Crab Apple #853A2C

Tints of Crab Apple #853A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.68%

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

R = 56.6%
G = 24.68%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#853A2C (or 0x853A2C) is known color: Crab Apple. HEX triplet: 85, 3A and 2C. RGB value is (133,58,44). Sum of RGB (Red+Green+Blue) = 133+58+44=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #853A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A2C is #7AC5D3. Grayscale: #4E4E4E. Windows color (decimal): -8046036 or 2898565. OLE color: 2898565.

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

Color convert

RGB 133 58 44 -
CMYK 0 0.56 0.67 0.48
HSL 9.44º 0.5% 0.35% -
HSV(B) 9.44º 0.67% 0.52% -
XYZ 11.64 8.19 3.35 -
YUV 78.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 133 58 44 0 0.56 0.67 0.48 9.44 0.5 0.35
Hex 85 3A 2C 0 38 43 30 9 32 23
Octal 205 72 54 0 70 103 60 11 62 43
Binary 10000101 111010 101100 0 111000 1000011 110000 1001 110010 100011

Color Harmonies of #853A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A2C

Black with #853A2C

Text Example


Text Example

White with #853A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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