Html Css Color HEX #513A14 Clinker

📋 copy color: '#513A14'

red 81 ◦ green 58 ◦ blue 20

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

Shades of Clinker #513A14

Tints of Clinker #513A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.58%

R = 50.94%
G = 36.48%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#513A14 (or 0x513A14) is known color: Clinker. HEX triplet: 51, 3A and 14. RGB value is (81,58,20). Sum of RGB (Red+Green+Blue) = 81+58+20=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #513A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A14 is #AEC5EB. Grayscale: #3C3C3C. Windows color (decimal): -11453932 or 1325649. OLE color: 1325649.

HSL color Cylindrical-coordinate representation of color #513A14: hue angle of 37.38º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513A14 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 58 20 -
CMYK 0 0.28 0.75 0.68
HSL 37.38º 0.6% 0.2% -
HSV(B) 37.38º 0.75% 0.32% -
XYZ 5.03 4.83 1.33 -
YUV 60.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 81 58 20 0 0.28 0.75 0.68 37.38 0.6 0.2
Hex 51 3A 14 0 1C 4B 44 25 3C 14
Octal 121 72 24 0 34 113 104 45 74 24
Binary 1010001 111010 10100 0 11100 1001011 1000100 100101 111100 10100

Color Harmonies of #513A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A14

Black with #513A14

Text Example


Text Example

White with #513A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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