Html Css Color HEX #503912 Clinker

📋 copy color: '#503912'

red 80 ◦ green 57 ◦ blue 18

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

Shades of Clinker #503912

Tints of Clinker #503912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.61%

R = 51.61%
G = 36.77%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#503912 (or 0x503912) is known color: Clinker. HEX triplet: 50, 39 and 12. RGB value is (80,57,18). Sum of RGB (Red+Green+Blue) = 80+57+18=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503912 is #AFC6ED. Grayscale: #3B3B3B. Windows color (decimal): -11519726 or 1194320. OLE color: 1194320.

HSL color Cylindrical-coordinate representation of color #503912: hue angle of 37.74º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #503912 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 57 18 -
CMYK 0 0.29 0.78 0.69
HSL 37.74º 0.63% 0.19% -
HSV(B) 37.74º 0.78% 0.31% -
XYZ 4.88 4.68 1.22 -
YUV 59.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 80 57 18 0 0.29 0.78 0.69 37.74 0.63 0.19
Hex 50 39 12 0 1D 4E 45 26 3F 13
Octal 120 71 22 0 35 116 105 46 77 23
Binary 1010000 111001 10010 0 11101 1001110 1000101 100110 111111 10011

Color Harmonies of #503912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503912

Black with #503912

Text Example


Text Example

White with #503912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503912; }

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

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

background-color css

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

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

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

border-color css

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

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

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