Html Css Color HEX #785325 Hot Curry

📋 copy color: '#785325'

red 120 ◦ green 83 ◦ blue 37

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

Shades of Hot Curry #785325

Tints of Hot Curry #785325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 50%
G = 34.58%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#785325 (or 0x785325) is known color: Hot Curry. HEX triplet: 78, 53 and 25. RGB value is (120,83,37). Sum of RGB (Red+Green+Blue) = 120+83+37=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #785325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785325 is #87ACDA. Grayscale: #595959. Windows color (decimal): -8891611 or 2446200. OLE color: 2446200.

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

Color convert

RGB 120 83 37 -
CMYK 0 0.31 0.69 0.53
HSL 33.25º 0.53% 0.31% -
HSV(B) 33.25º 0.69% 0.47% -
XYZ 11.17 10.31 3.15 -
YUV 88.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 120 83 37 0 0.31 0.69 0.53 33.25 0.53 0.31
Hex 78 53 25 0 1F 45 35 21 35 1F
Octal 170 123 45 0 37 105 65 41 65 37
Binary 1111000 1010011 100101 0 11111 1000101 110101 100001 110101 11111

Color Harmonies of #785325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785325

Black with #785325

Text Example


Text Example

White with #785325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785325; }

 p { color: rgb(120,83,37); }

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

background-color css

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

 a { background-color: rgb(120,83,37); }

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

border-color css

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

 span { border-color: rgb(120,83,37); }

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