Html Css Color HEX #855D2E Hot Curry

📋 copy color: '#855D2E'

red 133 ◦ green 93 ◦ blue 46

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

Shades of Hot Curry #855D2E

Tints of Hot Curry #855D2E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.19%

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

R = 48.9%
G = 34.19%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#855D2E (or 0x855D2E) is known color: Hot Curry. HEX triplet: 85, 5D and 2E. RGB value is (133,93,46). Sum of RGB (Red+Green+Blue) = 133+93+46=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #855D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D2E is #7AA2D1. Grayscale: #636363. Windows color (decimal): -8037074 or 3038597. OLE color: 3038597.

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

Color convert

RGB 133 93 46 -
CMYK 0 0.30 0.65 0.48
HSL 32.41º 0.49% 0.35% -
HSV(B) 32.41º 0.65% 0.52% -
XYZ 14.08 13.01 4.35 -
YUV 99.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 133 93 46 0 0.30 0.65 0.48 32.41 0.49 0.35
Hex 85 5D 2E 0 1E 41 30 20 31 23
Octal 205 135 56 0 36 101 60 40 61 43
Binary 10000101 1011101 101110 0 11110 1000001 110000 100000 110001 100011

Color Harmonies of #855D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D2E

Black with #855D2E

Text Example


Text Example

White with #855D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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