Html Css Color HEX #775227 Hot Curry

📋 copy color: '#775227'

red 119 ◦ green 82 ◦ blue 39

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

Shades of Hot Curry #775227

Tints of Hot Curry #775227

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 49.58%
G = 34.17%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#775227 (or 0x775227) is known color: Hot Curry. HEX triplet: 77, 52 and 27. RGB value is (119,82,39). Sum of RGB (Red+Green+Blue) = 119+82+39=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #775227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775227 is #88ADD8. Grayscale: #585858. Windows color (decimal): -8957401 or 2577015. OLE color: 2577015.

HSL color Cylindrical-coordinate representation of color #775227: hue angle of 32.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #775227 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 39 -
CMYK 0 0.31 0.67 0.53
HSL 32.25º 0.51% 0.31% -
HSV(B) 32.25º 0.67% 0.47% -
XYZ 10.99 10.1 3.29 -
YUV 88.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 119 82 39 0 0.31 0.67 0.53 32.25 0.51 0.31
Hex 77 52 27 0 1F 43 35 20 33 1F
Octal 167 122 47 0 37 103 65 40 63 37
Binary 1110111 1010010 100111 0 11111 1000011 110101 100000 110011 11111

Color Harmonies of #775227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775227

Black with #775227

Text Example


Text Example

White with #775227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775227; }

 p { color: rgb(119,82,39); }

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

background-color css

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

 a { background-color: rgb(119,82,39); }

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

border-color css

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

 span { border-color: rgb(119,82,39); }

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