Html Css Color HEX #855A2A Hot Curry

📋 copy color: '#855A2A'

red 133 ◦ green 90 ◦ blue 42

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

Shades of Hot Curry #855A2A

Tints of Hot Curry #855A2A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.96%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 50.19%
G = 33.96%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#855A2A (or 0x855A2A) is known color: Hot Curry. HEX triplet: 85, 5A and 2A. RGB value is (133,90,42). Sum of RGB (Red+Green+Blue) = 133+90+42=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #855A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A2A is #7AA5D5. Grayscale: #616161. Windows color (decimal): -8037846 or 2775685. OLE color: 2775685.

HSL color Cylindrical-coordinate representation of color #855A2A: hue angle of 31.65º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #855A2A is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 42 -
CMYK 0 0.32 0.68 0.48
HSL 31.65º 0.52% 0.34% -
HSV(B) 31.65º 0.68% 0.52% -
XYZ 13.75 12.47 3.87 -
YUV 97.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 133 90 42 0 0.32 0.68 0.48 31.65 0.52 0.34
Hex 85 5A 2A 0 20 44 30 20 34 22
Octal 205 132 52 0 40 104 60 40 64 42
Binary 10000101 1011010 101010 0 100000 1000100 110000 100000 110100 100010

Color Harmonies of #855A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A2A

Black with #855A2A

Text Example


Text Example

White with #855A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,42); }

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

background-color css

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

 a { background-color: rgb(133,90,42); }

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

border-color css

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

 span { border-color: rgb(133,90,42); }

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