Html Css Color HEX #503919 Clinker

📋 copy color: '#503919'

red 80 ◦ green 57 ◦ blue 25

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

Shades of Clinker #503919

Tints of Clinker #503919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.43%

R = 49.38%
G = 35.19%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#503919 (or 0x503919) is known color: Clinker. HEX triplet: 50, 39 and 19. RGB value is (80,57,25). Sum of RGB (Red+Green+Blue) = 80+57+25=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #503919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503919 is #AFC6E6. Grayscale: #3C3C3C. Windows color (decimal): -11519719 or 1653072. OLE color: 1653072.

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

Color convert

RGB 80 57 25 -
CMYK 0 0.29 0.69 0.69
HSL 34.91º 0.52% 0.21% -
HSV(B) 34.91º 0.69% 0.31% -
XYZ 4.95 4.7 1.57 -
YUV 60.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 80 57 25 0 0.29 0.69 0.69 34.91 0.52 0.21
Hex 50 39 19 0 1D 45 45 23 34 15
Octal 120 71 31 0 35 105 105 43 64 25
Binary 1010000 111001 11001 0 11101 1000101 1000101 100011 110100 10101

Color Harmonies of #503919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503919

Black with #503919

Text Example


Text Example

White with #503919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503919; }

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

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

background-color css

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

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

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

border-color css

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

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

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