Html Css Color HEX #513C1D Clinker

📋 copy color: '#513C1D'

red 81 ◦ green 60 ◦ blue 29

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

Shades of Clinker #513C1D

Tints of Clinker #513C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 47.65%
G = 35.29%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#513C1D (or 0x513C1D) is known color: Clinker. HEX triplet: 51, 3C and 1D. RGB value is (81,60,29). Sum of RGB (Red+Green+Blue) = 81+60+29=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #513C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C1D is #AEC3E2. Grayscale: #3E3E3E. Windows color (decimal): -11453411 or 1915985. OLE color: 1915985.

HSL color Cylindrical-coordinate representation of color #513C1D: hue angle of 35.77º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513C1D is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 60 29 -
CMYK 0 0.26 0.64 0.68
HSL 35.77º 0.47% 0.22% -
HSV(B) 35.77º 0.64% 0.32% -
XYZ 5.23 5.07 1.87 -
YUV 62.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 81 60 29 0 0.26 0.64 0.68 35.77 0.47 0.22
Hex 51 3C 1D 0 1A 40 44 24 2F 16
Octal 121 74 35 0 32 100 104 44 57 26
Binary 1010001 111100 11101 0 11010 1000000 1000100 100100 101111 10110

Color Harmonies of #513C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C1D

Black with #513C1D

Text Example


Text Example

White with #513C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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