Html Css Color HEX #855821 Hot Curry

📋 copy color: '#855821'

red 133 ◦ green 88 ◦ blue 33

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

Shades of Hot Curry #855821

Tints of Hot Curry #855821

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 52.36%
G = 34.65%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#855821 (or 0x855821) is known color: Hot Curry. HEX triplet: 85, 58 and 21. RGB value is (133,88,33). Sum of RGB (Red+Green+Blue) = 133+88+33=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #855821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855821 is #7AA7DE. Grayscale: #5F5F5F. Windows color (decimal): -8038367 or 2185349. OLE color: 2185349.

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

Color convert

RGB 133 88 33 -
CMYK 0 0.34 0.75 0.48
HSL 33º 0.6% 0.33% -
HSV(B) 33º 0.75% 0.52% -
XYZ 13.44 12.08 3.06 -
YUV 95.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 133 88 33 0 0.34 0.75 0.48 33 0.6 0.33
Hex 85 58 21 0 22 4B 30 21 3C 21
Octal 205 130 41 0 42 113 60 41 74 41
Binary 10000101 1011000 100001 0 100010 1001011 110000 100001 111100 100001

Color Harmonies of #855821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855821

Black with #855821

Text Example


Text Example

White with #855821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855821; }

 p { color: rgb(133,88,33); }

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

background-color css

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

 a { background-color: rgb(133,88,33); }

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

border-color css

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

 span { border-color: rgb(133,88,33); }

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