Html Css Color HEX #855F1F Hot Curry

📋 copy color: '#855F1F'

red 133 ◦ green 95 ◦ blue 31

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

Shades of Hot Curry #855F1F

Tints of Hot Curry #855F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 51.35%
G = 36.68%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#855F1F (or 0x855F1F) is known color: Hot Curry. HEX triplet: 85, 5F and 1F. RGB value is (133,95,31). Sum of RGB (Red+Green+Blue) = 133+95+31=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #855F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F1F is #7AA0E0. Grayscale: #636363. Windows color (decimal): -8036577 or 2056069. OLE color: 2056069.

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

Color convert

RGB 133 95 31 -
CMYK 0 0.29 0.77 0.48
HSL 37.65º 0.62% 0.32% -
HSV(B) 37.65º 0.77% 0.52% -
XYZ 14.01 13.27 3.12 -
YUV 99.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 133 95 31 0 0.29 0.77 0.48 37.65 0.62 0.32
Hex 85 5F 1F 0 1D 4D 30 26 3E 20
Octal 205 137 37 0 35 115 60 46 76 40
Binary 10000101 1011111 11111 0 11101 1001101 110000 100110 111110 100000

Color Harmonies of #855F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F1F

Black with #855F1F

Text Example


Text Example

White with #855F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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