Html Css Color HEX #855522 Hot Curry

📋 copy color: '#855522'

red 133 ◦ green 85 ◦ blue 34

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

Shades of Hot Curry #855522

Tints of Hot Curry #855522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 52.78%
G = 33.73%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855522 (or 0x855522) is known color: Hot Curry. HEX triplet: 85, 55 and 22. RGB value is (133,85,34). Sum of RGB (Red+Green+Blue) = 133+85+34=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855522 is #7AAADD. Grayscale: #5D5D5D. Windows color (decimal): -8039134 or 2250117. OLE color: 2250117.

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

Color convert

RGB 133 85 34 -
CMYK 0 0.36 0.74 0.48
HSL 30.91º 0.59% 0.33% -
HSV(B) 30.91º 0.74% 0.52% -
XYZ 13.21 11.6 3.06 -
YUV 93.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 133 85 34 0 0.36 0.74 0.48 30.91 0.59 0.33
Hex 85 55 22 0 24 4A 30 1F 3B 21
Octal 205 125 42 0 44 112 60 37 73 41
Binary 10000101 1010101 100010 0 100100 1001010 110000 11111 111011 100001

Color Harmonies of #855522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855522

Black with #855522

Text Example


Text Example

White with #855522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855522; }

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

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

background-color css

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

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

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

border-color css

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

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

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