Html Css Color HEX #855E2E Hot Curry

📋 copy color: '#855E2E'

red 133 ◦ green 94 ◦ blue 46

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

Shades of Hot Curry #855E2E

Tints of Hot Curry #855E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 48.72%
G = 34.43%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#855E2E (or 0x855E2E) is known color: Hot Curry. HEX triplet: 85, 5E and 2E. RGB value is (133,94,46). Sum of RGB (Red+Green+Blue) = 133+94+46=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #855E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E2E is #7AA1D1. Grayscale: #646464. Windows color (decimal): -8036818 or 3038853. OLE color: 3038853.

HSL color Cylindrical-coordinate representation of color #855E2E: hue angle of 33.1º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #855E2E is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 46 -
CMYK 0 0.29 0.65 0.48
HSL 33.1º 0.49% 0.35% -
HSV(B) 33.1º 0.65% 0.52% -
XYZ 14.17 13.19 4.38 -
YUV 100.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 133 94 46 0 0.29 0.65 0.48 33.1 0.49 0.35
Hex 85 5E 2E 0 1D 41 30 21 31 23
Octal 205 136 56 0 35 101 60 41 61 43
Binary 10000101 1011110 101110 0 11101 1000001 110000 100001 110001 100011

Color Harmonies of #855E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E2E

Black with #855E2E

Text Example


Text Example

White with #855E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,46); }

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

background-color css

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

 a { background-color: rgb(133,94,46); }

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

border-color css

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

 span { border-color: rgb(133,94,46); }

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