Html Css Color HEX #513C19 Clinker

📋 copy color: '#513C19'

red 81 ◦ green 60 ◦ blue 25

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

Shades of Clinker #513C19

Tints of Clinker #513C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.14%

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

R = 48.8%
G = 36.14%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#513C19 (or 0x513C19) is known color: Clinker. HEX triplet: 51, 3C and 19. RGB value is (81,60,25). Sum of RGB (Red+Green+Blue) = 81+60+25=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #513C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C19 is #AEC3E6. Grayscale: #3E3E3E. Windows color (decimal): -11453415 or 1653841. OLE color: 1653841.

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

Color convert

RGB 81 60 25 -
CMYK 0 0.26 0.69 0.68
HSL 37.5º 0.53% 0.21% -
HSV(B) 37.5º 0.69% 0.32% -
XYZ 5.18 5.05 1.62 -
YUV 62.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 81 60 25 0 0.26 0.69 0.68 37.5 0.53 0.21
Hex 51 3C 19 0 1A 45 44 26 35 15
Octal 121 74 31 0 32 105 104 46 65 25
Binary 1010001 111100 11001 0 11010 1000101 1000100 100110 110101 10101

Color Harmonies of #513C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C19

Black with #513C19

Text Example


Text Example

White with #513C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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