Html Css Color HEX #503A1F Clinker

📋 copy color: '#503A1F'

red 80 ◦ green 58 ◦ blue 31

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

Shades of Clinker #503A1F

Tints of Clinker #503A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.32%

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

R = 47.34%
G = 34.32%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#503A1F (or 0x503A1F) is known color: Clinker. HEX triplet: 50, 3A and 1F. RGB value is (80,58,31). Sum of RGB (Red+Green+Blue) = 80+58+31=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #503A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A1F is #AFC5E0. Grayscale: #3D3D3D. Windows color (decimal): -11519457 or 2046544. OLE color: 2046544.

HSL color Cylindrical-coordinate representation of color #503A1F: hue angle of 33.06º 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 #503A1F is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 58 31 -
CMYK 0 0.28 0.61 0.69
HSL 33.06º 0.44% 0.22% -
HSV(B) 33.06º 0.61% 0.31% -
XYZ 5.07 4.83 1.96 -
YUV 61.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 80 58 31 0 0.28 0.61 0.69 33.06 0.44 0.22
Hex 50 3A 1F 0 1C 3D 45 21 2C 16
Octal 120 72 37 0 34 75 105 41 54 26
Binary 1010000 111010 11111 0 11100 111101 1000101 100001 101100 10110

Color Harmonies of #503A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503A1F

Black with #503A1F

Text Example


Text Example

White with #503A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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