Html Css Color HEX #805735 Potters Clay

📋 copy color: '#805735'

red 128 ◦ green 87 ◦ blue 53

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

Shades of Potters Clay #805735

Tints of Potters Clay #805735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

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

R = 47.76%
G = 32.46%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#805735 (or 0x805735) is known color: Potters Clay. HEX triplet: 80, 57 and 35. RGB value is (128,87,53). Sum of RGB (Red+Green+Blue) = 128+87+53=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #805735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805735 is #7FA8CA. Grayscale: #5F5F5F. Windows color (decimal): -8366283 or 3495808. OLE color: 3495808.

HSL color Cylindrical-coordinate representation of color #805735: hue angle of 27.2º 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 #805735 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 87 53 -
CMYK 0 0.32 0.59 0.50
HSL 27.2º 0.41% 0.35% -
HSV(B) 27.2º 0.59% 0.5% -
XYZ 12.95 11.66 4.94 -
YUV 95.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 128 87 53 0 0.32 0.59 0.50 27.2 0.41 0.35
Hex 80 57 35 0 20 3B 32 1B 29 23
Octal 200 127 65 0 40 73 62 33 51 43
Binary 10000000 1010111 110101 0 100000 111011 110010 11011 101001 100011

Color Harmonies of #805735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805735

Black with #805735

Text Example


Text Example

White with #805735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805735; }

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

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

background-color css

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

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

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

border-color css

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

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

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