Html Css Color HEX #845834 Potters Clay

📋 copy color: '#845834'

red 132 ◦ green 88 ◦ blue 52

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

Shades of Potters Clay #845834

Tints of Potters Clay #845834

RGB

 RED value IS 132 (51.95% from 255) = 48.53%

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 52 (20.7% from 255) = 19.12%

R = 48.53%
G = 32.35%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#845834 (or 0x845834) is known color: Potters Clay. HEX triplet: 84, 58 and 34. RGB value is (132,88,52). Sum of RGB (Red+Green+Blue) = 132+88+52=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #845834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845834 is #7BA7CB. Grayscale: #616161. Windows color (decimal): -8103884 or 3430532. OLE color: 3430532.

HSL color Cylindrical-coordinate representation of color #845834: hue angle of 27º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845834 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 88 52 -
CMYK 0 0.33 0.61 0.48
HSL 27º 0.43% 0.36% -
HSV(B) 27º 0.61% 0.52% -
XYZ 13.63 12.13 4.87 -
YUV 97.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 132 88 52 0 0.33 0.61 0.48 27 0.43 0.36
Hex 84 58 34 0 21 3D 30 1B 2B 24
Octal 204 130 64 0 41 75 60 33 53 44
Binary 10000100 1011000 110100 0 100001 111101 110000 11011 101011 100100

Color Harmonies of #845834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845834

Black with #845834

Text Example


Text Example

White with #845834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845834; }

 p { color: rgb(132,88,52); }

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

background-color css

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

 a { background-color: rgb(132,88,52); }

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

border-color css

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

 span { border-color: rgb(132,88,52); }

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