Html Css Color HEX #7D5E3D Potters Clay

📋 copy color: '#7D5E3D'

red 125 ◦ green 94 ◦ blue 61

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

Shades of Potters Clay #7D5E3D

Tints of Potters Clay #7D5E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

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

R = 44.64%
G = 33.57%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D5E3D (or 0x7D5E3D) is known color: Potters Clay. HEX triplet: 7D, 5E and 3D. RGB value is (125,94,61). Sum of RGB (Red+Green+Blue) = 125+94+61=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5E3D is #82A1C2. Grayscale: #636363. Windows color (decimal): -8561091 or 4021885. OLE color: 4021885.

HSL color Cylindrical-coordinate representation of color #7D5E3D: hue angle of 30.94º 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 #7D5E3D is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 94 61 -
CMYK 0 0.25 0.51 0.51
HSL 30.94º 0.34% 0.36% -
HSV(B) 30.94º 0.51% 0.49% -
XYZ 13.3 12.7 6.17 -
YUV 99.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 125 94 61 0 0.25 0.51 0.51 30.94 0.34 0.36
Hex 7D 5E 3D 0 19 33 33 1F 22 24
Octal 175 136 75 0 31 63 63 37 42 44
Binary 1111101 1011110 111101 0 11001 110011 110011 11111 100010 100100

Color Harmonies of #7D5E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5E3D

Black with #7D5E3D

Text Example


Text Example

White with #7D5E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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