Html Css Color HEX #855F21 Hot Curry

📋 copy color: '#855F21'

red 133 ◦ green 95 ◦ blue 33

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

Shades of Hot Curry #855F21

Tints of Hot Curry #855F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

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

R = 50.96%
G = 36.4%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#855F21 (or 0x855F21) is known color: Hot Curry. HEX triplet: 85, 5F and 21. RGB value is (133,95,33). Sum of RGB (Red+Green+Blue) = 133+95+33=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #855F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F21 is #7AA0DE. Grayscale: #636363. Windows color (decimal): -8036575 or 2187141. OLE color: 2187141.

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

Color convert

RGB 133 95 33 -
CMYK 0 0.29 0.75 0.48
HSL 37.2º 0.6% 0.33% -
HSV(B) 37.2º 0.75% 0.52% -
XYZ 14.04 13.28 3.26 -
YUV 99.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 133 95 33 0 0.29 0.75 0.48 37.2 0.6 0.33
Hex 85 5F 21 0 1D 4B 30 25 3C 21
Octal 205 137 41 0 35 113 60 45 74 41
Binary 10000101 1011111 100001 0 11101 1001011 110000 100101 111100 100001

Color Harmonies of #855F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F21

Black with #855F21

Text Example


Text Example

White with #855F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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