Html Css Color HEX #855E1C Hot Curry

📋 copy color: '#855E1C'

red 133 ◦ green 94 ◦ blue 28

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

Shades of Hot Curry #855E1C

Tints of Hot Curry #855E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 52.16%
G = 36.86%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#855E1C (or 0x855E1C) is known color: Hot Curry. HEX triplet: 85, 5E and 1C. RGB value is (133,94,28). Sum of RGB (Red+Green+Blue) = 133+94+28=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E1C is #7AA1E3. Grayscale: #626262. Windows color (decimal): -8036836 or 1859205. OLE color: 1859205.

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

Color convert

RGB 133 94 28 -
CMYK 0 0.29 0.79 0.48
HSL 37.71º 0.65% 0.32% -
HSV(B) 37.71º 0.79% 0.52% -
XYZ 13.89 13.08 2.89 -
YUV 98.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 133 94 28 0 0.29 0.79 0.48 37.71 0.65 0.32
Hex 85 5E 1C 0 1D 4F 30 26 41 20
Octal 205 136 34 0 35 117 60 46 101 40
Binary 10000101 1011110 11100 0 11101 1001111 110000 100110 1000001 100000

Color Harmonies of #855E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E1C

Black with #855E1C

Text Example


Text Example

White with #855E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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