Html Css Color HEX #855C29 Hot Curry

📋 copy color: '#855C29'

red 133 ◦ green 92 ◦ blue 41

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

Shades of Hot Curry #855C29

Tints of Hot Curry #855C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

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

R = 50%
G = 34.59%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#855C29 (or 0x855C29) is known color: Hot Curry. HEX triplet: 85, 5C and 29. RGB value is (133,92,41). Sum of RGB (Red+Green+Blue) = 133+92+41=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #855C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C29 is #7AA3D6. Grayscale: #626262. Windows color (decimal): -8037335 or 2710661. OLE color: 2710661.

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

Color convert

RGB 133 92 41 -
CMYK 0 0.31 0.69 0.48
HSL 33.26º 0.53% 0.34% -
HSV(B) 33.26º 0.69% 0.52% -
XYZ 13.9 12.8 3.84 -
YUV 98.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 133 92 41 0 0.31 0.69 0.48 33.26 0.53 0.34
Hex 85 5C 29 0 1F 45 30 21 35 22
Octal 205 134 51 0 37 105 60 41 65 42
Binary 10000101 1011100 101001 0 11111 1000101 110000 100001 110101 100010

Color Harmonies of #855C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C29

Black with #855C29

Text Example


Text Example

White with #855C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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