Html Css Color HEX #785945 Potters Clay

📋 copy color: '#785945'

red 120 ◦ green 89 ◦ blue 69

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

Shades of Potters Clay #785945

Tints of Potters Clay #785945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 69 (27.34% from 255) = 24.82%

R = 43.17%
G = 32.01%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#785945 (or 0x785945) is known color: Potters Clay. HEX triplet: 78, 59 and 45. RGB value is (120,89,69). Sum of RGB (Red+Green+Blue) = 120+89+69=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #785945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785945 is #87A6BA. Grayscale: #606060. Windows color (decimal): -8890043 or 4544888. OLE color: 4544888.

HSL color Cylindrical-coordinate representation of color #785945: hue angle of 23.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785945 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 89 69 -
CMYK 0 0.26 0.42 0.53
HSL 23.53º 0.27% 0.37% -
HSV(B) 23.53º 0.43% 0.47% -
XYZ 12.39 11.57 7.21 -
YUV 95.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 120 89 69 0 0.26 0.42 0.53 23.53 0.27 0.37
Hex 78 59 45 0 1A 2A 35 18 1B 25
Octal 170 131 105 0 32 52 65 30 33 45
Binary 1111000 1011001 1000101 0 11010 101010 110101 11000 11011 100101

Color Harmonies of #785945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785945

Black with #785945

Text Example


Text Example

White with #785945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785945; }

 p { color: rgb(120,89,69); }

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

background-color css

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

 a { background-color: rgb(120,89,69); }

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

border-color css

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

 span { border-color: rgb(120,89,69); }

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