Html Css Color HEX #513912 Clinker

📋 copy color: '#513912'

red 81 ◦ green 57 ◦ blue 18

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

Shades of Clinker #513912

Tints of Clinker #513912

RGB

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

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

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

R = 51.92%
G = 36.54%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#513912 (or 0x513912) is known color: Clinker. HEX triplet: 51, 39 and 12. RGB value is (81,57,18). Sum of RGB (Red+Green+Blue) = 81+57+18=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #513912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513912 is #AEC6ED. Grayscale: #3B3B3B. Windows color (decimal): -11454190 or 1194321. OLE color: 1194321.

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

Color convert

RGB 81 57 18 -
CMYK 0 0.30 0.78 0.68
HSL 37.14º 0.64% 0.19% -
HSV(B) 37.14º 0.78% 0.32% -
XYZ 4.97 4.72 1.22 -
YUV 59.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 81 57 18 0 0.30 0.78 0.68 37.14 0.64 0.19
Hex 51 39 12 0 1E 4E 44 25 40 13
Octal 121 71 22 0 36 116 104 45 100 23
Binary 1010001 111001 10010 0 11110 1001110 1000100 100101 1000000 10011

Color Harmonies of #513912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513912

Black with #513912

Text Example


Text Example

White with #513912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513912; }

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

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

background-color css

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

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

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

border-color css

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

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

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