Html Css Color HEX #513B18 Clinker

📋 copy color: '#513B18'

red 81 ◦ green 59 ◦ blue 24

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

Shades of Clinker #513B18

Tints of Clinker #513B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.63%

R = 49.39%
G = 35.98%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#513B18 (or 0x513B18) is known color: Clinker. HEX triplet: 51, 3B and 18. RGB value is (81,59,24). Sum of RGB (Red+Green+Blue) = 81+59+24=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #513B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B18 is #AEC4E7. Grayscale: #3D3D3D. Windows color (decimal): -11453672 or 1588049. OLE color: 1588049.

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

Color convert

RGB 81 59 24 -
CMYK 0 0.27 0.70 0.68
HSL 36.84º 0.54% 0.21% -
HSV(B) 36.84º 0.7% 0.32% -
XYZ 5.12 4.94 1.55 -
YUV 61.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 81 59 24 0 0.27 0.70 0.68 36.84 0.54 0.21
Hex 51 3B 18 0 1B 46 44 25 36 15
Octal 121 73 30 0 33 106 104 45 66 25
Binary 1010001 111011 11000 0 11011 1000110 1000100 100101 110110 10101

Color Harmonies of #513B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B18

Black with #513B18

Text Example


Text Example

White with #513B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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