Html Css Color HEX #504B32 Thatch Green

📋 copy color: '#504B32'

red 80 ◦ green 75 ◦ blue 50

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

Shades of Thatch Green #504B32

Tints of Thatch Green #504B32

RGB

 RED value IS 80 (31.64% from 255) = 39.02%

 GREEN value IS 75 (29.69% from 255) = 36.59%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 39.02%
G = 36.59%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#504B32 (or 0x504B32) is known color: Thatch Green. HEX triplet: 50, 4B and 32. RGB value is (80,75,50). Sum of RGB (Red+Green+Blue) = 80+75+50=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #504B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B32 is #AFB4CD. Grayscale: #494949. Windows color (decimal): -11515086 or 3296080. OLE color: 3296080.

HSL color Cylindrical-coordinate representation of color #504B32: hue angle of 50º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504B32 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 75 50 -
CMYK 0 0.06 0.37 0.69
HSL 50º 0.23% 0.25% -
HSV(B) 50º 0.38% 0.31% -
XYZ 6.4 6.97 4.03 -
YUV 73.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 80 75 50 0 0.06 0.37 0.69 50 0.23 0.25
Hex 50 4B 32 0 6 25 45 32 17 19
Octal 120 113 62 0 6 45 105 62 27 31
Binary 1010000 1001011 110010 0 110 100101 1000101 110010 10111 11001

Color Harmonies of #504B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B32

Black with #504B32

Text Example


Text Example

White with #504B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504B32; }

 p { color: rgb(80,75,50); }

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

background-color css

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

 a { background-color: rgb(80,75,50); }

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

border-color css

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

 span { border-color: rgb(80,75,50); }

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