Html Css Color HEX #513B21 Clinker

📋 copy color: '#513B21'

red 81 ◦ green 59 ◦ blue 33

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

Shades of Clinker #513B21

Tints of Clinker #513B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.08%

R = 46.82%
G = 34.1%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#513B21 (or 0x513B21) is known color: Clinker. HEX triplet: 51, 3B and 21. RGB value is (81,59,33). Sum of RGB (Red+Green+Blue) = 81+59+33=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #513B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B21 is #AEC4DE. Grayscale: #3E3E3E. Windows color (decimal): -11453663 or 2177873. OLE color: 2177873.

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

Color convert

RGB 81 59 33 -
CMYK 0 0.27 0.59 0.68
HSL 32.5º 0.42% 0.22% -
HSV(B) 32.5º 0.59% 0.32% -
XYZ 5.23 4.99 2.13 -
YUV 62.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 81 59 33 0 0.27 0.59 0.68 32.5 0.42 0.22
Hex 51 3B 21 0 1B 3B 44 20 2A 16
Octal 121 73 41 0 33 73 104 40 52 26
Binary 1010001 111011 100001 0 11011 111011 1000100 100000 101010 10110

Color Harmonies of #513B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B21

Black with #513B21

Text Example


Text Example

White with #513B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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