Html Css Color HEX #855323 Hot Curry

📋 copy color: '#855323'

red 133 ◦ green 83 ◦ blue 35

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

Shades of Hot Curry #855323

Tints of Hot Curry #855323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 35 (14.06% from 255) = 13.94%

R = 52.99%
G = 33.07%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855323 (or 0x855323) is known color: Hot Curry. HEX triplet: 85, 53 and 23. RGB value is (133,83,35). Sum of RGB (Red+Green+Blue) = 133+83+35=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #855323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855323 is #7AACDC. Grayscale: #5C5C5C. Windows color (decimal): -8039645 or 2315141. OLE color: 2315141.

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

Color convert

RGB 133 83 35 -
CMYK 0 0.38 0.74 0.48
HSL 29.39º 0.58% 0.33% -
HSV(B) 29.39º 0.74% 0.52% -
XYZ 13.07 11.29 3.08 -
YUV 92.48 95.57 156.9 -
System Red Green Blue C M Y K H S L
Decimal 133 83 35 0 0.38 0.74 0.48 29.39 0.58 0.33
Hex 85 53 23 0 26 4A 30 1D 3A 21
Octal 205 123 43 0 46 112 60 35 72 41
Binary 10000101 1010011 100011 0 100110 1001010 110000 11101 111010 100001

Color Harmonies of #855323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855323

Black with #855323

Text Example


Text Example

White with #855323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855323; }

 p { color: rgb(133,83,35); }

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

background-color css

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

 a { background-color: rgb(133,83,35); }

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

border-color css

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

 span { border-color: rgb(133,83,35); }

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