Html Css Color HEX #513C1E Clinker

📋 copy color: '#513C1E'

red 81 ◦ green 60 ◦ blue 30

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

Shades of Clinker #513C1E

Tints of Clinker #513C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 47.37%
G = 35.09%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#513C1E (or 0x513C1E) is known color: Clinker. HEX triplet: 51, 3C and 1E. RGB value is (81,60,30). Sum of RGB (Red+Green+Blue) = 81+60+30=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #513C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C1E is #AEC3E1. Grayscale: #3F3F3F. Windows color (decimal): -11453410 or 1981521. OLE color: 1981521.

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

Color convert

RGB 81 60 30 -
CMYK 0 0.26 0.63 0.68
HSL 35.29º 0.46% 0.22% -
HSV(B) 35.29º 0.63% 0.32% -
XYZ 5.24 5.07 1.93 -
YUV 62.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 81 60 30 0 0.26 0.63 0.68 35.29 0.46 0.22
Hex 51 3C 1E 0 1A 3F 44 23 2E 16
Octal 121 74 36 0 32 77 104 43 56 26
Binary 1010001 111100 11110 0 11010 111111 1000100 100011 101110 10110

Color Harmonies of #513C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C1E

Black with #513C1E

Text Example


Text Example

White with #513C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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