Html Css Color HEX #855720 Hot Curry

📋 copy color: '#855720'

red 133 ◦ green 87 ◦ blue 32

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

Shades of Hot Curry #855720

Tints of Hot Curry #855720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.52%

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 52.78%
G = 34.52%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#855720 (or 0x855720) is known color: Hot Curry. HEX triplet: 85, 57 and 20. RGB value is (133,87,32). Sum of RGB (Red+Green+Blue) = 133+87+32=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855720 is #7AA8DF. Grayscale: #5E5E5E. Windows color (decimal): -8038624 or 2119557. OLE color: 2119557.

HSL color Cylindrical-coordinate representation of color #855720: hue angle of 32.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #855720 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 32 -
CMYK 0 0.35 0.76 0.48
HSL 32.67º 0.61% 0.32% -
HSV(B) 32.67º 0.76% 0.52% -
XYZ 13.34 11.91 2.96 -
YUV 94.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 133 87 32 0 0.35 0.76 0.48 32.67 0.61 0.32
Hex 85 57 20 0 23 4C 30 21 3D 20
Octal 205 127 40 0 43 114 60 41 75 40
Binary 10000101 1010111 100000 0 100011 1001100 110000 100001 111101 100000

Color Harmonies of #855720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855720

Black with #855720

Text Example


Text Example

White with #855720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855720; }

 p { color: rgb(133,87,32); }

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

background-color css

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

 a { background-color: rgb(133,87,32); }

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

border-color css

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

 span { border-color: rgb(133,87,32); }

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