Html Css Color HEX #855A17 Hot Curry

📋 copy color: '#855A17'

red 133 ◦ green 90 ◦ blue 23

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

Shades of Hot Curry #855A17

Tints of Hot Curry #855A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.59%

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 54.07%
G = 36.59%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#855A17 (or 0x855A17) is known color: Hot Curry. HEX triplet: 85, 5A and 17. RGB value is (133,90,23). Sum of RGB (Red+Green+Blue) = 133+90+23=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #855A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A17 is #7AA5E8. Grayscale: #5F5F5F. Windows color (decimal): -8037865 or 1530501. OLE color: 1530501.

HSL color Cylindrical-coordinate representation of color #855A17: hue angle of 36.55º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #855A17 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 23 -
CMYK 0 0.32 0.83 0.48
HSL 36.55º 0.71% 0.31% -
HSV(B) 36.55º 0.83% 0.52% -
XYZ 13.48 12.36 2.49 -
YUV 95.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 133 90 23 0 0.32 0.83 0.48 36.55 0.71 0.31
Hex 85 5A 17 0 20 53 30 25 47 1F
Octal 205 132 27 0 40 123 60 45 107 37
Binary 10000101 1011010 10111 0 100000 1010011 110000 100101 1000111 11111

Color Harmonies of #855A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A17

Black with #855A17

Text Example


Text Example

White with #855A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,23); }

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

background-color css

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

 a { background-color: rgb(133,90,23); }

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

border-color css

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

 span { border-color: rgb(133,90,23); }

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