Html Css Color HEX #513A23 Clinker

📋 copy color: '#513A23'

red 81 ◦ green 58 ◦ blue 35

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

Shades of Clinker #513A23

Tints of Clinker #513A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.11%

R = 46.55%
G = 33.33%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#513A23 (or 0x513A23) is known color: Clinker. HEX triplet: 51, 3A and 23. RGB value is (81,58,35). Sum of RGB (Red+Green+Blue) = 81+58+35=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #513A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A23 is #AEC5DC. Grayscale: #3E3E3E. Windows color (decimal): -11453917 or 2308689. OLE color: 2308689.

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

Color convert

RGB 81 58 35 -
CMYK 0 0.28 0.57 0.68
HSL 30º 0.4% 0.23% -
HSV(B) 30º 0.57% 0.32% -
XYZ 5.21 4.9 2.26 -
YUV 62.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 81 58 35 0 0.28 0.57 0.68 30 0.4 0.23
Hex 51 3A 23 0 1C 39 44 1E 28 17
Octal 121 72 43 0 34 71 104 36 50 27
Binary 1010001 111010 100011 0 11100 111001 1000100 11110 101000 10111

Color Harmonies of #513A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A23

Black with #513A23

Text Example


Text Example

White with #513A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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