Html Css Color HEX #513B1C Clinker

📋 copy color: '#513B1C'

red 81 ◦ green 59 ◦ blue 28

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

Shades of Clinker #513B1C

Tints of Clinker #513B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.12%

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 48.21%
G = 35.12%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#513B1C (or 0x513B1C) is known color: Clinker. HEX triplet: 51, 3B and 1C. RGB value is (81,59,28). Sum of RGB (Red+Green+Blue) = 81+59+28=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B1C is #AEC4E3. Grayscale: #3E3E3E. Windows color (decimal): -11453668 or 1850193. OLE color: 1850193.

HSL color Cylindrical-coordinate representation of color #513B1C: hue angle of 35.09º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513B1C is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 59 28 -
CMYK 0 0.27 0.65 0.68
HSL 35.09º 0.49% 0.21% -
HSV(B) 35.09º 0.65% 0.32% -
XYZ 5.17 4.96 1.78 -
YUV 62.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 81 59 28 0 0.27 0.65 0.68 35.09 0.49 0.21
Hex 51 3B 1C 0 1B 41 44 23 31 15
Octal 121 73 34 0 33 101 104 43 61 25
Binary 1010001 111011 11100 0 11011 1000001 1000100 100011 110001 10101

Color Harmonies of #513B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B1C

Black with #513B1C

Text Example


Text Example

White with #513B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,59,28); }

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

background-color css

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

 a { background-color: rgb(81,59,28); }

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

border-color css

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

 span { border-color: rgb(81,59,28); }

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