Html Css Color HEX #775821 Hot Curry

📋 copy color: '#775821'

red 119 ◦ green 88 ◦ blue 33

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

Shades of Hot Curry #775821

Tints of Hot Curry #775821

RGB

 RED value IS 119 (46.88% from 255) = 49.58%

 GREEN value IS 88 (34.77% from 255) = 36.67%

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

R = 49.58%
G = 36.67%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#775821 (or 0x775821) is known color: Hot Curry. HEX triplet: 77, 58 and 21. RGB value is (119,88,33). Sum of RGB (Red+Green+Blue) = 119+88+33=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #775821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775821 is #88A7DE. Grayscale: #5B5B5B. Windows color (decimal): -8955871 or 2185335. OLE color: 2185335.

HSL color Cylindrical-coordinate representation of color #775821: hue angle of 38.37º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #775821 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 33 -
CMYK 0 0.26 0.72 0.53
HSL 38.37º 0.57% 0.3% -
HSV(B) 38.37º 0.72% 0.47% -
XYZ 11.37 11.01 2.96 -
YUV 91 95.27 147.97 -
System Red Green Blue C M Y K H S L
Decimal 119 88 33 0 0.26 0.72 0.53 38.37 0.57 0.3
Hex 77 58 21 0 1A 48 35 26 39 1E
Octal 167 130 41 0 32 110 65 46 71 36
Binary 1110111 1011000 100001 0 11010 1001000 110101 100110 111001 11110

Color Harmonies of #775821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775821

Black with #775821

Text Example


Text Example

White with #775821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775821; }

 p { color: rgb(119,88,33); }

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

background-color css

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

 a { background-color: rgb(119,88,33); }

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

border-color css

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

 span { border-color: rgb(119,88,33); }

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