Html Css Color HEX #853529 Crab Apple

📋 copy color: '#853529'

red 133 ◦ green 53 ◦ blue 41

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

Shades of Crab Apple #853529

Tints of Crab Apple #853529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.35%

 BLUE value IS 41 (16.41% from 255) = 18.06%

R = 58.59%
G = 23.35%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#853529 (or 0x853529) is known color: Crab Apple. HEX triplet: 85, 35 and 29. RGB value is (133,53,41). Sum of RGB (Red+Green+Blue) = 133+53+41=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #853529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853529 is #7ACAD6. Grayscale: #4B4B4B. Windows color (decimal): -8047319 or 2700677. OLE color: 2700677.

HSL color Cylindrical-coordinate representation of color #853529: hue angle of 7.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853529 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 41 -
CMYK 0 0.60 0.69 0.48
HSL 7.83º 0.53% 0.34% -
HSV(B) 7.83º 0.69% 0.52% -
XYZ 11.35 7.69 2.98 -
YUV 75.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 133 53 41 0 0.60 0.69 0.48 7.83 0.53 0.34
Hex 85 35 29 0 3C 45 30 8 35 22
Octal 205 65 51 0 74 105 60 10 65 42
Binary 10000101 110101 101001 0 111100 1000101 110000 1000 110101 100010

Color Harmonies of #853529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853529

Black with #853529

Text Example


Text Example

White with #853529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853529; }

 p { color: rgb(133,53,41); }

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

background-color css

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

 a { background-color: rgb(133,53,41); }

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

border-color css

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

 span { border-color: rgb(133,53,41); }

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