Html Css Color HEX #855528 Hot Curry

📋 copy color: '#855528'

red 133 ◦ green 85 ◦ blue 40

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

Shades of Hot Curry #855528

Tints of Hot Curry #855528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.95%

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 51.55%
G = 32.95%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#855528 (or 0x855528) is known color: Hot Curry. HEX triplet: 85, 55 and 28. RGB value is (133,85,40). Sum of RGB (Red+Green+Blue) = 133+85+40=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #855528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855528 is #7AAAD7. Grayscale: #5E5E5E. Windows color (decimal): -8039128 or 2643333. OLE color: 2643333.

HSL color Cylindrical-coordinate representation of color #855528: hue angle of 29.03º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #855528 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 40 -
CMYK 0 0.36 0.70 0.48
HSL 29.03º 0.54% 0.34% -
HSV(B) 29.03º 0.7% 0.52% -
XYZ 13.3 11.64 3.55 -
YUV 94.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 133 85 40 0 0.36 0.70 0.48 29.03 0.54 0.34
Hex 85 55 28 0 24 46 30 1D 36 22
Octal 205 125 50 0 44 106 60 35 66 42
Binary 10000101 1010101 101000 0 100100 1000110 110000 11101 110110 100010

Color Harmonies of #855528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855528

Black with #855528

Text Example


Text Example

White with #855528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855528; }

 p { color: rgb(133,85,40); }

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

background-color css

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

 a { background-color: rgb(133,85,40); }

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

border-color css

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

 span { border-color: rgb(133,85,40); }

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