Html Css Color HEX #503914 Clinker

📋 copy color: '#503914'

red 80 ◦ green 57 ◦ blue 20

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

Shades of Clinker #503914

Tints of Clinker #503914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.31%

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 50.96%
G = 36.31%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#503914 (or 0x503914) is known color: Clinker. HEX triplet: 50, 39 and 14. RGB value is (80,57,20). Sum of RGB (Red+Green+Blue) = 80+57+20=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #503914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503914 is #AFC6EB. Grayscale: #3B3B3B. Windows color (decimal): -11519724 or 1325392. OLE color: 1325392.

HSL color Cylindrical-coordinate representation of color #503914: hue angle of 37º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503914 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 57 20 -
CMYK 0 0.29 0.75 0.69
HSL 37º 0.6% 0.2% -
HSV(B) 37º 0.75% 0.31% -
XYZ 4.9 4.68 1.31 -
YUV 59.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 80 57 20 0 0.29 0.75 0.69 37 0.6 0.2
Hex 50 39 14 0 1D 4B 45 25 3C 14
Octal 120 71 24 0 35 113 105 45 74 24
Binary 1010000 111001 10100 0 11101 1001011 1000101 100101 111100 10100

Color Harmonies of #503914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503914

Black with #503914

Text Example


Text Example

White with #503914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503914; }

 p { color: rgb(80,57,20); }

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

background-color css

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

 a { background-color: rgb(80,57,20); }

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

border-color css

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

 span { border-color: rgb(80,57,20); }

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