Html Css Color HEX #805935 Potters Clay

📋 copy color: '#805935'

red 128 ◦ green 89 ◦ blue 53

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

Shades of Potters Clay #805935

Tints of Potters Clay #805935

RGB

 RED value IS 128 (50.39% from 255) = 47.41%

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

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 47.41%
G = 32.96%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#805935 (or 0x805935) is known color: Potters Clay. HEX triplet: 80, 59 and 35. RGB value is (128,89,53). Sum of RGB (Red+Green+Blue) = 128+89+53=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #805935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805935 is #7FA6CA. Grayscale: #606060. Windows color (decimal): -8365771 or 3496320. OLE color: 3496320.

HSL color Cylindrical-coordinate representation of color #805935: hue angle of 28.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805935 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 53 -
CMYK 0 0.30 0.59 0.50
HSL 28.8º 0.41% 0.35% -
HSV(B) 28.8º 0.59% 0.5% -
XYZ 13.12 11.99 4.99 -
YUV 96.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 128 89 53 0 0.30 0.59 0.50 28.8 0.41 0.35
Hex 80 59 35 0 1E 3B 32 1D 29 23
Octal 200 131 65 0 36 73 62 35 51 43
Binary 10000000 1011001 110101 0 11110 111011 110010 11101 101001 100011

Color Harmonies of #805935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805935

Black with #805935

Text Example


Text Example

White with #805935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805935; }

 p { color: rgb(128,89,53); }

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

background-color css

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

 a { background-color: rgb(128,89,53); }

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

border-color css

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

 span { border-color: rgb(128,89,53); }

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