Html Css Color HEX #83553C Potters Clay

📋 copy color: '#83553C'

red 131 ◦ green 85 ◦ blue 60

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

Shades of Potters Clay #83553C

Tints of Potters Clay #83553C

RGB

 RED value IS 131 (51.56% from 255) = 47.46%

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 47.46%
G = 30.8%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83553C (or 0x83553C) is known color: Potters Clay. HEX triplet: 83, 55 and 3C. RGB value is (131,85,60). Sum of RGB (Red+Green+Blue) = 131+85+60=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #83553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83553C is #7CAAC3. Grayscale: #606060. Windows color (decimal): -8170180 or 3954051. OLE color: 3954051.

HSL color Cylindrical-coordinate representation of color #83553C: hue angle of 21.13º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83553C is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 60 -
CMYK 0 0.35 0.54 0.49
HSL 21.13º 0.37% 0.37% -
HSV(B) 21.13º 0.54% 0.51% -
XYZ 13.42 11.65 5.82 -
YUV 95.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 131 85 60 0 0.35 0.54 0.49 21.13 0.37 0.37
Hex 83 55 3C 0 23 36 31 15 25 25
Octal 203 125 74 0 43 66 61 25 45 45
Binary 10000011 1010101 111100 0 100011 110110 110001 10101 100101 100101

Color Harmonies of #83553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83553C

Black with #83553C

Text Example


Text Example

White with #83553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83553C; }

 p { color: rgb(131,85,60); }

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

background-color css

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

 a { background-color: rgb(131,85,60); }

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

border-color css

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

 span { border-color: rgb(131,85,60); }

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