Html Css Color HEX #513816 Clinker

📋 copy color: '#513816'

red 81 ◦ green 56 ◦ blue 22

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

Shades of Clinker #513816

Tints of Clinker #513816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

 BLUE value IS 22 (8.98% from 255) = 13.84%

R = 50.94%
G = 35.22%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#513816 (or 0x513816) is known color: Clinker. HEX triplet: 51, 38 and 16. RGB value is (81,56,22). Sum of RGB (Red+Green+Blue) = 81+56+22=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #513816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513816 is #AEC7E9. Grayscale: #3B3B3B. Windows color (decimal): -11454442 or 1456209. OLE color: 1456209.

HSL color Cylindrical-coordinate representation of color #513816: hue angle of 34.58º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513816 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 56 22 -
CMYK 0 0.31 0.73 0.68
HSL 34.58º 0.57% 0.2% -
HSV(B) 34.58º 0.73% 0.32% -
XYZ 4.95 4.64 1.39 -
YUV 59.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 81 56 22 0 0.31 0.73 0.68 34.58 0.57 0.2
Hex 51 38 16 0 1F 49 44 23 39 14
Octal 121 70 26 0 37 111 104 43 71 24
Binary 1010001 111000 10110 0 11111 1001001 1000100 100011 111001 10100

Color Harmonies of #513816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513816

Black with #513816

Text Example


Text Example

White with #513816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513816; }

 p { color: rgb(81,56,22); }

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

background-color css

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

 a { background-color: rgb(81,56,22); }

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

border-color css

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

 span { border-color: rgb(81,56,22); }

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