Html Css Color HEX #855622 Hot Curry

📋 copy color: '#855622'

red 133 ◦ green 86 ◦ blue 34

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

Shades of Hot Curry #855622

Tints of Hot Curry #855622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

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

R = 52.57%
G = 33.99%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855622 (or 0x855622) is known color: Hot Curry. HEX triplet: 85, 56 and 22. RGB value is (133,86,34). Sum of RGB (Red+Green+Blue) = 133+86+34=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #855622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855622 is #7AA9DD. Grayscale: #5E5E5E. Windows color (decimal): -8038878 or 2250373. OLE color: 2250373.

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

Color convert

RGB 133 86 34 -
CMYK 0 0.35 0.74 0.48
HSL 31.52º 0.59% 0.33% -
HSV(B) 31.52º 0.74% 0.52% -
XYZ 13.29 11.76 3.08 -
YUV 94.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 133 86 34 0 0.35 0.74 0.48 31.52 0.59 0.33
Hex 85 56 22 0 23 4A 30 20 3B 21
Octal 205 126 42 0 43 112 60 40 73 41
Binary 10000101 1010110 100010 0 100011 1001010 110000 100000 111011 100001

Color Harmonies of #855622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855622

Black with #855622

Text Example


Text Example

White with #855622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855622; }

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

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

background-color css

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

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

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

border-color css

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

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

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