Html Css Color HEX #855D21 Hot Curry

📋 copy color: '#855D21'

red 133 ◦ green 93 ◦ blue 33

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

Shades of Hot Curry #855D21

Tints of Hot Curry #855D21

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.91%

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

R = 51.35%
G = 35.91%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#855D21 (or 0x855D21) is known color: Hot Curry. HEX triplet: 85, 5D and 21. RGB value is (133,93,33). Sum of RGB (Red+Green+Blue) = 133+93+33=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #855D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D21 is #7AA2DE. Grayscale: #626262. Windows color (decimal): -8037087 or 2186629. OLE color: 2186629.

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

Color convert

RGB 133 93 33 -
CMYK 0 0.30 0.75 0.48
HSL 36º 0.6% 0.33% -
HSV(B) 36º 0.75% 0.52% -
XYZ 13.86 12.93 3.2 -
YUV 98.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 133 93 33 0 0.30 0.75 0.48 36 0.6 0.33
Hex 85 5D 21 0 1E 4B 30 24 3C 21
Octal 205 135 41 0 36 113 60 44 74 41
Binary 10000101 1011101 100001 0 11110 1001011 110000 100100 111100 100001

Color Harmonies of #855D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D21

Black with #855D21

Text Example


Text Example

White with #855D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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