Html Css Color HEX #503D1F Clinker

📋 copy color: '#503D1F'

red 80 ◦ green 61 ◦ blue 31

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

Shades of Clinker #503D1F

Tints of Clinker #503D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.47%

 BLUE value IS 31 (12.5% from 255) = 18.02%

R = 46.51%
G = 35.47%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#503D1F (or 0x503D1F) is known color: Clinker. HEX triplet: 50, 3D and 1F. RGB value is (80,61,31). Sum of RGB (Red+Green+Blue) = 80+61+31=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #503D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D1F is #AFC2E0. Grayscale: #3F3F3F. Windows color (decimal): -11518689 or 2047312. OLE color: 2047312.

HSL color Cylindrical-coordinate representation of color #503D1F: hue angle of 36.73º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #503D1F is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 61 31 -
CMYK 0 0.24 0.61 0.69
HSL 36.73º 0.44% 0.22% -
HSV(B) 36.73º 0.61% 0.31% -
XYZ 5.22 5.14 2.01 -
YUV 63.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 80 61 31 0 0.24 0.61 0.69 36.73 0.44 0.22
Hex 50 3D 1F 0 18 3D 45 25 2C 16
Octal 120 75 37 0 30 75 105 45 54 26
Binary 1010000 111101 11111 0 11000 111101 1000101 100101 101100 10110

Color Harmonies of #503D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D1F

Black with #503D1F

Text Example


Text Example

White with #503D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503D1F; }

 p { color: rgb(80,61,31); }

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

background-color css

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

 a { background-color: rgb(80,61,31); }

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

border-color css

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

 span { border-color: rgb(80,61,31); }

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