Html Css Color HEX #775529 Hot Curry

📋 copy color: '#775529'

red 119 ◦ green 85 ◦ blue 41

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

Shades of Hot Curry #775529

Tints of Hot Curry #775529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 48.57%
G = 34.69%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#775529 (or 0x775529) is known color: Hot Curry. HEX triplet: 77, 55 and 29. RGB value is (119,85,41). Sum of RGB (Red+Green+Blue) = 119+85+41=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #775529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775529 is #88AAD6. Grayscale: #5A5A5A. Windows color (decimal): -8956631 or 2708855. OLE color: 2708855.

HSL color Cylindrical-coordinate representation of color #775529: hue angle of 33.85º degrees, saturation: 0.49, 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 #775529 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 41 -
CMYK 0 0.29 0.66 0.53
HSL 33.85º 0.49% 0.31% -
HSV(B) 33.85º 0.66% 0.47% -
XYZ 11.26 10.58 3.55 -
YUV 90.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 119 85 41 0 0.29 0.66 0.53 33.85 0.49 0.31
Hex 77 55 29 0 1D 42 35 22 31 1F
Octal 167 125 51 0 35 102 65 42 61 37
Binary 1110111 1010101 101001 0 11101 1000010 110101 100010 110001 11111

Color Harmonies of #775529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775529

Black with #775529

Text Example


Text Example

White with #775529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775529; }

 p { color: rgb(119,85,41); }

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

background-color css

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

 a { background-color: rgb(119,85,41); }

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

border-color css

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

 span { border-color: rgb(119,85,41); }

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