Html Css Color HEX #855F1C Hot Curry

📋 copy color: '#855F1C'

red 133 ◦ green 95 ◦ blue 28

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

Shades of Hot Curry #855F1C

Tints of Hot Curry #855F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 51.95%
G = 37.11%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#855F1C (or 0x855F1C) is known color: Hot Curry. HEX triplet: 85, 5F and 1C. RGB value is (133,95,28). Sum of RGB (Red+Green+Blue) = 133+95+28=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #855F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F1C is #7AA0E3. Grayscale: #636363. Windows color (decimal): -8036580 or 1859461. OLE color: 1859461.

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

Color convert

RGB 133 95 28 -
CMYK 0 0.29 0.79 0.48
HSL 38.29º 0.65% 0.32% -
HSV(B) 38.29º 0.79% 0.52% -
XYZ 13.97 13.25 2.92 -
YUV 98.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 133 95 28 0 0.29 0.79 0.48 38.29 0.65 0.32
Hex 85 5F 1C 0 1D 4F 30 26 41 20
Octal 205 137 34 0 35 117 60 46 101 40
Binary 10000101 1011111 11100 0 11101 1001111 110000 100110 1000001 100000

Color Harmonies of #855F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F1C

Black with #855F1C

Text Example


Text Example

White with #855F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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