Html Css Color HEX #853929 Crab Apple

📋 copy color: '#853929'

red 133 ◦ green 57 ◦ blue 41

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

Shades of Crab Apple #853929

Tints of Crab Apple #853929

RGB

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

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

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

R = 57.58%
G = 24.68%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#853929 (or 0x853929) is known color: Crab Apple. HEX triplet: 85, 39 and 29. RGB value is (133,57,41). Sum of RGB (Red+Green+Blue) = 133+57+41=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #853929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853929 is #7AC6D6. Grayscale: #4E4E4E. Windows color (decimal): -8046295 or 2701701. OLE color: 2701701.

HSL color Cylindrical-coordinate representation of color #853929: hue angle of 10.43º 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 #853929 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 41 -
CMYK 0 0.57 0.69 0.48
HSL 10.43º 0.53% 0.34% -
HSV(B) 10.43º 0.69% 0.52% -
XYZ 11.54 8.07 3.05 -
YUV 77.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 133 57 41 0 0.57 0.69 0.48 10.43 0.53 0.34
Hex 85 39 29 0 39 45 30 A 35 22
Octal 205 71 51 0 71 105 60 12 65 42
Binary 10000101 111001 101001 0 111001 1000101 110000 1010 110101 100010

Color Harmonies of #853929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853929

Black with #853929

Text Example


Text Example

White with #853929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853929; }

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

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

background-color css

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

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

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

border-color css

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

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

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