Html Css Color HEX #775628 Hot Curry

📋 copy color: '#775628'

red 119 ◦ green 86 ◦ blue 40

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

Shades of Hot Curry #775628

Tints of Hot Curry #775628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.1%

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 48.57%
G = 35.1%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#775628 (or 0x775628) is known color: Hot Curry. HEX triplet: 77, 56 and 28. RGB value is (119,86,40). Sum of RGB (Red+Green+Blue) = 119+86+40=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #775628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775628 is #88A9D7. Grayscale: #5A5A5A. Windows color (decimal): -8956376 or 2643575. OLE color: 2643575.

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

Color convert

RGB 119 86 40 -
CMYK 0 0.28 0.66 0.53
HSL 34.94º 0.5% 0.31% -
HSV(B) 34.94º 0.66% 0.47% -
XYZ 11.32 10.73 3.48 -
YUV 90.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 119 86 40 0 0.28 0.66 0.53 34.94 0.5 0.31
Hex 77 56 28 0 1C 42 35 23 32 1F
Octal 167 126 50 0 34 102 65 43 62 37
Binary 1110111 1010110 101000 0 11100 1000010 110101 100011 110010 11111

Color Harmonies of #775628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775628

Black with #775628

Text Example


Text Example

White with #775628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775628; }

 p { color: rgb(119,86,40); }

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

background-color css

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

 a { background-color: rgb(119,86,40); }

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

border-color css

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

 span { border-color: rgb(119,86,40); }

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