Html Css Color HEX #7D5C3D Potters Clay

📋 copy color: '#7D5C3D'

red 125 ◦ green 92 ◦ blue 61

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

Shades of Potters Clay #7D5C3D

Tints of Potters Clay #7D5C3D

RGB

 RED value IS 125 (49.22% from 255) = 44.96%

 GREEN value IS 92 (36.33% from 255) = 33.09%

 BLUE value IS 61 (24.22% from 255) = 21.94%

R = 44.96%
G = 33.09%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D5C3D (or 0x7D5C3D) is known color: Potters Clay. HEX triplet: 7D, 5C and 3D. RGB value is (125,92,61). Sum of RGB (Red+Green+Blue) = 125+92+61=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5C3D is #82A3C2. Grayscale: #626262. Windows color (decimal): -8561603 or 4021373. OLE color: 4021373.

HSL color Cylindrical-coordinate representation of color #7D5C3D: hue angle of 29.06º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D5C3D is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 92 61 -
CMYK 0 0.26 0.51 0.51
HSL 29.06º 0.34% 0.36% -
HSV(B) 29.06º 0.51% 0.49% -
XYZ 13.13 12.35 6.11 -
YUV 98.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 125 92 61 0 0.26 0.51 0.51 29.06 0.34 0.36
Hex 7D 5C 3D 0 1A 33 33 1D 22 24
Octal 175 134 75 0 32 63 63 35 42 44
Binary 1111101 1011100 111101 0 11010 110011 110011 11101 100010 100100

Color Harmonies of #7D5C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5C3D

Black with #7D5C3D

Text Example


Text Example

White with #7D5C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D5C3D; }

 p { color: rgb(125,92,61); }

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

background-color css

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

 a { background-color: rgb(125,92,61); }

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

border-color css

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

 span { border-color: rgb(125,92,61); }

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