Html Css Color HEX #58522D Thatch Green

📋 copy color: '#58522D'

red 88 ◦ green 82 ◦ blue 45

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

Shades of Thatch Green #58522D

Tints of Thatch Green #58522D

RGB

 RED value IS 88 (34.77% from 255) = 40.93%

 GREEN value IS 82 (32.42% from 255) = 38.14%

 BLUE value IS 45 (17.97% from 255) = 20.93%

R = 40.93%
G = 38.14%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58522D (or 0x58522D) is known color: Thatch Green. HEX triplet: 58, 52 and 2D. RGB value is (88,82,45). Sum of RGB (Red+Green+Blue) = 88+82+45=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #58522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58522D is #A7ADD2. Grayscale: #4F4F4F. Windows color (decimal): -10989011 or 2970200. OLE color: 2970200.

HSL color Cylindrical-coordinate representation of color #58522D: hue angle of 51.63º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58522D is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 82 45 -
CMYK 0 0.07 0.49 0.65
HSL 51.63º 0.32% 0.26% -
HSV(B) 51.63º 0.49% 0.35% -
XYZ 7.52 8.3 3.69 -
YUV 79.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 88 82 45 0 0.07 0.49 0.65 51.63 0.32 0.26
Hex 58 52 2D 0 7 31 41 34 20 1A
Octal 130 122 55 0 7 61 101 64 40 32
Binary 1011000 1010010 101101 0 111 110001 1000001 110100 100000 11010

Color Harmonies of #58522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58522D

Black with #58522D

Text Example


Text Example

White with #58522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58522D; }

 p { color: rgb(88,82,45); }

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

background-color css

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

 a { background-color: rgb(88,82,45); }

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

border-color css

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

 span { border-color: rgb(88,82,45); }

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