Html Css Color HEX #513919 Clinker

📋 copy color: '#513919'

red 81 ◦ green 57 ◦ blue 25

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

Shades of Clinker #513919

Tints of Clinker #513919

RGB

 RED value IS 81 (32.03% from 255) = 49.69%

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

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

R = 49.69%
G = 34.97%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#513919 (or 0x513919) is known color: Clinker. HEX triplet: 51, 39 and 19. RGB value is (81,57,25). Sum of RGB (Red+Green+Blue) = 81+57+25=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #513919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513919 is #AEC6E6. Grayscale: #3C3C3C. Windows color (decimal): -11454183 or 1653073. OLE color: 1653073.

HSL color Cylindrical-coordinate representation of color #513919: hue angle of 34.29º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513919 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 57 25 -
CMYK 0 0.30 0.69 0.68
HSL 34.29º 0.53% 0.21% -
HSV(B) 34.29º 0.69% 0.32% -
XYZ 5.03 4.75 1.57 -
YUV 60.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 81 57 25 0 0.30 0.69 0.68 34.29 0.53 0.21
Hex 51 39 19 0 1E 45 44 22 35 15
Octal 121 71 31 0 36 105 104 42 65 25
Binary 1010001 111001 11001 0 11110 1000101 1000100 100010 110101 10101

Color Harmonies of #513919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513919

Black with #513919

Text Example


Text Example

White with #513919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513919; }

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

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

background-color css

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

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

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

border-color css

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

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

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