Html Css Color HEX #513812 Clinker

📋 copy color: '#513812'

red 81 ◦ green 56 ◦ blue 18

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

Shades of Clinker #513812

Tints of Clinker #513812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.61%

R = 52.26%
G = 36.13%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#513812 (or 0x513812) is known color: Clinker. HEX triplet: 51, 38 and 12. RGB value is (81,56,18). Sum of RGB (Red+Green+Blue) = 81+56+18=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513812 is #AEC7ED. Grayscale: #3B3B3B. Windows color (decimal): -11454446 or 1194065. OLE color: 1194065.

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

Color convert

RGB 81 56 18 -
CMYK 0 0.31 0.78 0.68
HSL 36.19º 0.64% 0.19% -
HSV(B) 36.19º 0.78% 0.32% -
XYZ 4.92 4.62 1.21 -
YUV 59.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 81 56 18 0 0.31 0.78 0.68 36.19 0.64 0.19
Hex 51 38 12 0 1F 4E 44 24 40 13
Octal 121 70 22 0 37 116 104 44 100 23
Binary 1010001 111000 10010 0 11111 1001110 1000100 100100 1000000 10011

Color Harmonies of #513812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513812

Black with #513812

Text Example


Text Example

White with #513812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513812; }

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

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

background-color css

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

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

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

border-color css

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

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

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