Html Css Color HEX #855729 Hot Curry

📋 copy color: '#855729'

red 133 ◦ green 87 ◦ blue 41

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

Shades of Hot Curry #855729

Tints of Hot Curry #855729

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.33%

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

R = 50.96%
G = 33.33%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#855729 (or 0x855729) is known color: Hot Curry. HEX triplet: 85, 57 and 29. RGB value is (133,87,41). Sum of RGB (Red+Green+Blue) = 133+87+41=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #855729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855729 is #7AA8D6. Grayscale: #5F5F5F. Windows color (decimal): -8038615 or 2709381. OLE color: 2709381.

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

Color convert

RGB 133 87 41 -
CMYK 0 0.35 0.69 0.48
HSL 30º 0.53% 0.34% -
HSV(B) 30º 0.69% 0.52% -
XYZ 13.48 11.96 3.7 -
YUV 95.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 133 87 41 0 0.35 0.69 0.48 30 0.53 0.34
Hex 85 57 29 0 23 45 30 1E 35 22
Octal 205 127 51 0 43 105 60 36 65 42
Binary 10000101 1010111 101001 0 100011 1000101 110000 11110 110101 100010

Color Harmonies of #855729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855729

Black with #855729

Text Example


Text Example

White with #855729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855729; }

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

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

background-color css

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

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

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

border-color css

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

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

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