Html Css Color HEX #856427 Hot Curry

📋 copy color: '#856427'

red 133 ◦ green 100 ◦ blue 39

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

Shades of Hot Curry #856427

Tints of Hot Curry #856427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.76%

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 48.9%
G = 36.76%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#856427 (or 0x856427) is known color: Hot Curry. HEX triplet: 85, 64 and 27. RGB value is (133,100,39). Sum of RGB (Red+Green+Blue) = 133+100+39=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #856427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856427 is #7A9BD8. Grayscale: #676767. Windows color (decimal): -8035289 or 2581637. OLE color: 2581637.

HSL color Cylindrical-coordinate representation of color #856427: hue angle of 38.94º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #856427 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 39 -
CMYK 0 0.25 0.71 0.48
HSL 38.94º 0.55% 0.34% -
HSV(B) 38.94º 0.71% 0.52% -
XYZ 14.6 14.25 3.9 -
YUV 102.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 133 100 39 0 0.25 0.71 0.48 38.94 0.55 0.34
Hex 85 64 27 0 19 47 30 27 37 22
Octal 205 144 47 0 31 107 60 47 67 42
Binary 10000101 1100100 100111 0 11001 1000111 110000 100111 110111 100010

Color Harmonies of #856427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856427

Black with #856427

Text Example


Text Example

White with #856427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856427; }

 p { color: rgb(133,100,39); }

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

background-color css

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

 a { background-color: rgb(133,100,39); }

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

border-color css

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

 span { border-color: rgb(133,100,39); }

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