Html Css Color HEX #855C2E Hot Curry

📋 copy color: '#855C2E'

red 133 ◦ green 92 ◦ blue 46

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

Shades of Hot Curry #855C2E

Tints of Hot Curry #855C2E

RGB

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

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

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

R = 49.08%
G = 33.95%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#855C2E (or 0x855C2E) is known color: Hot Curry. HEX triplet: 85, 5C and 2E. RGB value is (133,92,46). Sum of RGB (Red+Green+Blue) = 133+92+46=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #855C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C2E is #7AA3D1. Grayscale: #636363. Windows color (decimal): -8037330 or 3038341. OLE color: 3038341.

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

Color convert

RGB 133 92 46 -
CMYK 0 0.31 0.65 0.48
HSL 31.72º 0.49% 0.35% -
HSV(B) 31.72º 0.65% 0.52% -
XYZ 13.99 12.84 4.33 -
YUV 99.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 133 92 46 0 0.31 0.65 0.48 31.72 0.49 0.35
Hex 85 5C 2E 0 1F 41 30 20 31 23
Octal 205 134 56 0 37 101 60 40 61 43
Binary 10000101 1011100 101110 0 11111 1000001 110000 100000 110001 100011

Color Harmonies of #855C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C2E

Black with #855C2E

Text Example


Text Example

White with #855C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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