Html Css Color HEX #853C2B Crab Apple

📋 copy color: '#853C2B'

red 133 ◦ green 60 ◦ blue 43

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

Shades of Crab Apple #853C2B

Tints of Crab Apple #853C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 56.36%
G = 25.42%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#853C2B (or 0x853C2B) is known color: Crab Apple. HEX triplet: 85, 3C and 2B. RGB value is (133,60,43). Sum of RGB (Red+Green+Blue) = 133+60+43=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #853C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C2B is #7AC3D4. Grayscale: #505050. Windows color (decimal): -8045525 or 2833541. OLE color: 2833541.

HSL color Cylindrical-coordinate representation of color #853C2B: hue angle of 11.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853C2B is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 43 -
CMYK 0 0.55 0.68 0.48
HSL 11.33º 0.51% 0.35% -
HSV(B) 11.33º 0.68% 0.52% -
XYZ 11.72 8.39 3.29 -
YUV 79.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 133 60 43 0 0.55 0.68 0.48 11.33 0.51 0.35
Hex 85 3C 2B 0 37 44 30 B 33 23
Octal 205 74 53 0 67 104 60 13 63 43
Binary 10000101 111100 101011 0 110111 1000100 110000 1011 110011 100011

Color Harmonies of #853C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C2B

Black with #853C2B

Text Example


Text Example

White with #853C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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