Html Css Color HEX #513819 Clinker

📋 copy color: '#513819'

red 81 ◦ green 56 ◦ blue 25

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

Shades of Clinker #513819

Tints of Clinker #513819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.43%

R = 50%
G = 34.57%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#513819 (or 0x513819) is known color: Clinker. HEX triplet: 51, 38 and 19. RGB value is (81,56,25). Sum of RGB (Red+Green+Blue) = 81+56+25=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #513819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513819 is #AEC7E6. Grayscale: #3C3C3C. Windows color (decimal): -11454439 or 1652817. OLE color: 1652817.

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

Color convert

RGB 81 56 25 -
CMYK 0 0.31 0.69 0.68
HSL 33.21º 0.53% 0.21% -
HSV(B) 33.21º 0.69% 0.32% -
XYZ 4.98 4.65 1.55 -
YUV 59.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 81 56 25 0 0.31 0.69 0.68 33.21 0.53 0.21
Hex 51 38 19 0 1F 45 44 21 35 15
Octal 121 70 31 0 37 105 104 41 65 25
Binary 1010001 111000 11001 0 11111 1000101 1000100 100001 110101 10101

Color Harmonies of #513819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513819

Black with #513819

Text Example


Text Example

White with #513819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513819; }

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

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

background-color css

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

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

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

border-color css

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

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

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