Html Css Color HEX #855F2E Hot Curry

📋 copy color: '#855F2E'

red 133 ◦ green 95 ◦ blue 46

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

Shades of Hot Curry #855F2E

Tints of Hot Curry #855F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.79%

R = 48.54%
G = 34.67%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#855F2E (or 0x855F2E) is known color: Hot Curry. HEX triplet: 85, 5F and 2E. RGB value is (133,95,46). Sum of RGB (Red+Green+Blue) = 133+95+46=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F2E is #7AA0D1. Grayscale: #656565. Windows color (decimal): -8036562 or 3039109. OLE color: 3039109.

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

Color convert

RGB 133 95 46 -
CMYK 0 0.29 0.65 0.48
HSL 33.79º 0.49% 0.35% -
HSV(B) 33.79º 0.65% 0.52% -
XYZ 14.26 13.37 4.41 -
YUV 100.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 133 95 46 0 0.29 0.65 0.48 33.79 0.49 0.35
Hex 85 5F 2E 0 1D 41 30 22 31 23
Octal 205 137 56 0 35 101 60 42 61 43
Binary 10000101 1011111 101110 0 11101 1000001 110000 100010 110001 100011

Color Harmonies of #855F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F2E

Black with #855F2E

Text Example


Text Example

White with #855F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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