Html Css Color HEX #513A12 Clinker

📋 copy color: '#513A12'

red 81 ◦ green 58 ◦ blue 18

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

Shades of Clinker #513A12

Tints of Clinker #513A12

RGB

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

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

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

R = 51.59%
G = 36.94%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#513A12 (or 0x513A12) is known color: Clinker. HEX triplet: 51, 3A and 12. RGB value is (81,58,18). Sum of RGB (Red+Green+Blue) = 81+58+18=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #513A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A12 is #AEC5ED. Grayscale: #3C3C3C. Windows color (decimal): -11453934 or 1194577. OLE color: 1194577.

HSL color Cylindrical-coordinate representation of color #513A12: hue angle of 38.1º 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 #513A12 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 58 18 -
CMYK 0 0.28 0.78 0.68
HSL 38.1º 0.64% 0.19% -
HSV(B) 38.1º 0.78% 0.32% -
XYZ 5.02 4.82 1.24 -
YUV 60.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 81 58 18 0 0.28 0.78 0.68 38.1 0.64 0.19
Hex 51 3A 12 0 1C 4E 44 26 40 13
Octal 121 72 22 0 34 116 104 46 100 23
Binary 1010001 111010 10010 0 11100 1001110 1000100 100110 1000000 10011

Color Harmonies of #513A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A12

Black with #513A12

Text Example


Text Example

White with #513A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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