Html Css Color HEX #785529 Hot Curry

📋 copy color: '#785529'

red 120 ◦ green 85 ◦ blue 41

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

Shades of Hot Curry #785529

Tints of Hot Curry #785529

RGB

 RED value IS 120 (47.27% from 255) = 48.78%

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

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

R = 48.78%
G = 34.55%
B = 16.67%

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

#785529 (or 0x785529) is known color: Hot Curry. HEX triplet: 78, 55 and 29. RGB value is (120,85,41). Sum of RGB (Red+Green+Blue) = 120+85+41=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #785529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785529 is #87AAD6. Grayscale: #5A5A5A. Windows color (decimal): -8891095 or 2708856. OLE color: 2708856.

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

Color convert

RGB 120 85 41 -
CMYK 0 0.29 0.66 0.53
HSL 33.42º 0.49% 0.32% -
HSV(B) 33.42º 0.66% 0.47% -
XYZ 11.39 10.65 3.55 -
YUV 90.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 120 85 41 0 0.29 0.66 0.53 33.42 0.49 0.32
Hex 78 55 29 0 1D 42 35 21 31 20
Octal 170 125 51 0 35 102 65 41 61 40
Binary 1111000 1010101 101001 0 11101 1000010 110101 100001 110001 100000

Color Harmonies of #785529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785529

Black with #785529

Text Example


Text Example

White with #785529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785529; }

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

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

background-color css

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

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

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

border-color css

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

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

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