Html Css Color HEX #845838 Potters Clay

📋 copy color: '#845838'

red 132 ◦ green 88 ◦ blue 56

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

Shades of Potters Clay #845838

Tints of Potters Clay #845838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 47.83%
G = 31.88%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#845838 (or 0x845838) is known color: Potters Clay. HEX triplet: 84, 58 and 38. RGB value is (132,88,56). Sum of RGB (Red+Green+Blue) = 132+88+56=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #845838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845838 is #7BA7C7. Grayscale: #616161. Windows color (decimal): -8103880 or 3692676. OLE color: 3692676.

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

Color convert

RGB 132 88 56 -
CMYK 0 0.33 0.58 0.48
HSL 25.26º 0.4% 0.37% -
HSV(B) 25.26º 0.58% 0.52% -
XYZ 13.72 12.17 5.37 -
YUV 97.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 132 88 56 0 0.33 0.58 0.48 25.26 0.4 0.37
Hex 84 58 38 0 21 3A 30 19 28 25
Octal 204 130 70 0 41 72 60 31 50 45
Binary 10000100 1011000 111000 0 100001 111010 110000 11001 101000 100101

Color Harmonies of #845838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845838

Black with #845838

Text Example


Text Example

White with #845838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845838; }

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

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

background-color css

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

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

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

border-color css

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

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

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