Html Css Color HEX #855C22 Hot Curry

📋 copy color: '#855C22'

red 133 ◦ green 92 ◦ blue 34

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

Shades of Hot Curry #855C22

Tints of Hot Curry #855C22

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.52%

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

R = 51.35%
G = 35.52%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855C22 (or 0x855C22) is known color: Hot Curry. HEX triplet: 85, 5C and 22. RGB value is (133,92,34). Sum of RGB (Red+Green+Blue) = 133+92+34=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #855C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C22 is #7AA3DD. Grayscale: #616161. Windows color (decimal): -8037342 or 2251909. OLE color: 2251909.

HSL color Cylindrical-coordinate representation of color #855C22: hue angle of 35.15º 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 #855C22 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 34 -
CMYK 0 0.31 0.74 0.48
HSL 35.15º 0.59% 0.33% -
HSV(B) 35.15º 0.74% 0.52% -
XYZ 13.79 12.76 3.25 -
YUV 97.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 133 92 34 0 0.31 0.74 0.48 35.15 0.59 0.33
Hex 85 5C 22 0 1F 4A 30 23 3B 21
Octal 205 134 42 0 37 112 60 43 73 41
Binary 10000101 1011100 100010 0 11111 1001010 110000 100011 111011 100001

Color Harmonies of #855C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C22

Black with #855C22

Text Example


Text Example

White with #855C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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