Html Css Color HEX #513A20 Clinker

📋 copy color: '#513A20'

red 81 ◦ green 58 ◦ blue 32

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

Shades of Clinker #513A20

Tints of Clinker #513A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 47.37%
G = 33.92%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#513A20 (or 0x513A20) is known color: Clinker. HEX triplet: 51, 3A and 20. RGB value is (81,58,32). Sum of RGB (Red+Green+Blue) = 81+58+32=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #513A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A20 is #AEC5DF. Grayscale: #3E3E3E. Windows color (decimal): -11453920 or 2112081. OLE color: 2112081.

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

Color convert

RGB 81 58 32 -
CMYK 0 0.28 0.60 0.68
HSL 31.84º 0.43% 0.22% -
HSV(B) 31.84º 0.6% 0.32% -
XYZ 5.17 4.88 2.04 -
YUV 61.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 81 58 32 0 0.28 0.60 0.68 31.84 0.43 0.22
Hex 51 3A 20 0 1C 3C 44 20 2B 16
Octal 121 72 40 0 34 74 104 40 53 26
Binary 1010001 111010 100000 0 11100 111100 1000100 100000 101011 10110

Color Harmonies of #513A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A20

Black with #513A20

Text Example


Text Example

White with #513A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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