Html Css Color HEX #503812 Clinker

📋 copy color: '#503812'

red 80 ◦ green 56 ◦ blue 18

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

Shades of Clinker #503812

Tints of Clinker #503812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.36%

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

R = 51.95%
G = 36.36%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#503812 (or 0x503812) is known color: Clinker. HEX triplet: 50, 38 and 12. RGB value is (80,56,18). Sum of RGB (Red+Green+Blue) = 80+56+18=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503812 is #AFC7ED. Grayscale: #3B3B3B. Windows color (decimal): -11519982 or 1194064. OLE color: 1194064.

HSL color Cylindrical-coordinate representation of color #503812: hue angle of 36.77º 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 #503812 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 56 18 -
CMYK 0 0.30 0.78 0.69
HSL 36.77º 0.63% 0.19% -
HSV(B) 36.77º 0.78% 0.31% -
XYZ 4.83 4.58 1.2 -
YUV 58.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 80 56 18 0 0.30 0.78 0.69 36.77 0.63 0.19
Hex 50 38 12 0 1E 4E 45 25 3F 13
Octal 120 70 22 0 36 116 105 45 77 23
Binary 1010000 111000 10010 0 11110 1001110 1000101 100101 111111 10011

Color Harmonies of #503812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503812

Black with #503812

Text Example


Text Example

White with #503812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503812; }

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

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

background-color css

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

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

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

border-color css

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

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

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