Html Css Color HEX #853629 Crab Apple

📋 copy color: '#853629'

red 133 ◦ green 54 ◦ blue 41

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

Shades of Crab Apple #853629

Tints of Crab Apple #853629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 58.33%
G = 23.68%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#853629 (or 0x853629) is known color: Crab Apple. HEX triplet: 85, 36 and 29. RGB value is (133,54,41). Sum of RGB (Red+Green+Blue) = 133+54+41=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #853629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853629 is #7AC9D6. Grayscale: #4C4C4C. Windows color (decimal): -8047063 or 2700933. OLE color: 2700933.

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

Color convert

RGB 133 54 41 -
CMYK 0 0.59 0.69 0.48
HSL 8.48º 0.53% 0.34% -
HSV(B) 8.48º 0.69% 0.52% -
XYZ 11.39 7.78 3 -
YUV 76.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 133 54 41 0 0.59 0.69 0.48 8.48 0.53 0.34
Hex 85 36 29 0 3B 45 30 8 35 22
Octal 205 66 51 0 73 105 60 10 65 42
Binary 10000101 110110 101001 0 111011 1000101 110000 1000 110101 100010

Color Harmonies of #853629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853629

Black with #853629

Text Example


Text Example

White with #853629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853629; }

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

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

background-color css

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

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

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

border-color css

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

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

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