Html Css Color HEX #855C13 Hot Curry

📋 copy color: '#855C13'

red 133 ◦ green 92 ◦ blue 19

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

Shades of Hot Curry #855C13

Tints of Hot Curry #855C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.79%

R = 54.51%
G = 37.7%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#855C13 (or 0x855C13) is known color: Hot Curry. HEX triplet: 85, 5C and 13. RGB value is (133,92,19). Sum of RGB (Red+Green+Blue) = 133+92+19=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #855C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855C13 is #7AA3EC. Grayscale: #606060. Windows color (decimal): -8037357 or 1268869. OLE color: 1268869.

HSL color Cylindrical-coordinate representation of color #855C13: hue angle of 38.42º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855C13 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 19 -
CMYK 0 0.31 0.86 0.48
HSL 38.42º 0.75% 0.3% -
HSV(B) 38.42º 0.86% 0.52% -
XYZ 13.62 12.69 2.35 -
YUV 95.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 133 92 19 0 0.31 0.86 0.48 38.42 0.75 0.3
Hex 85 5C 13 0 1F 56 30 26 4B 1E
Octal 205 134 23 0 37 126 60 46 113 36
Binary 10000101 1011100 10011 0 11111 1010110 110000 100110 1001011 11110

Color Harmonies of #855C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C13

Black with #855C13

Text Example


Text Example

White with #855C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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