Html Css Color HEX #855B29 Hot Curry

📋 copy color: '#855B29'

red 133 ◦ green 91 ◦ blue 41

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

Shades of Hot Curry #855B29

Tints of Hot Curry #855B29

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.34%

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

R = 50.19%
G = 34.34%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#855B29 (or 0x855B29) is known color: Hot Curry. HEX triplet: 85, 5B and 29. RGB value is (133,91,41). Sum of RGB (Red+Green+Blue) = 133+91+41=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #855B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B29 is #7AA4D6. Grayscale: #626262. Windows color (decimal): -8037591 or 2710405. OLE color: 2710405.

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

Color convert

RGB 133 91 41 -
CMYK 0 0.32 0.69 0.48
HSL 32.61º 0.53% 0.34% -
HSV(B) 32.61º 0.69% 0.52% -
XYZ 13.81 12.63 3.81 -
YUV 97.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 133 91 41 0 0.32 0.69 0.48 32.61 0.53 0.34
Hex 85 5B 29 0 20 45 30 21 35 22
Octal 205 133 51 0 40 105 60 41 65 42
Binary 10000101 1011011 101001 0 100000 1000101 110000 100001 110101 100010

Color Harmonies of #855B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B29

Black with #855B29

Text Example


Text Example

White with #855B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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