Html Css Color HEX #853A29 Crab Apple

📋 copy color: '#853A29'

red 133 ◦ green 58 ◦ blue 41

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

Shades of Crab Apple #853A29

Tints of Crab Apple #853A29

RGB

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

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

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

R = 57.33%
G = 25%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#853A29 (or 0x853A29) is known color: Crab Apple. HEX triplet: 85, 3A and 29. RGB value is (133,58,41). Sum of RGB (Red+Green+Blue) = 133+58+41=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #853A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A29 is #7AC5D6. Grayscale: #4E4E4E. Windows color (decimal): -8046039 or 2701957. OLE color: 2701957.

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

Color convert

RGB 133 58 41 -
CMYK 0 0.56 0.69 0.48
HSL 11.09º 0.53% 0.34% -
HSV(B) 11.09º 0.69% 0.52% -
XYZ 11.59 8.17 3.06 -
YUV 78.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 133 58 41 0 0.56 0.69 0.48 11.09 0.53 0.34
Hex 85 3A 29 0 38 45 30 B 35 22
Octal 205 72 51 0 70 105 60 13 65 42
Binary 10000101 111010 101001 0 111000 1000101 110000 1011 110101 100010

Color Harmonies of #853A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A29

Black with #853A29

Text Example


Text Example

White with #853A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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