Html Css Color HEX #513D1E Clinker

📋 copy color: '#513D1E'

red 81 ◦ green 61 ◦ blue 30

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

Shades of Clinker #513D1E

Tints of Clinker #513D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.47%

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 47.09%
G = 35.47%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#513D1E (or 0x513D1E) is known color: Clinker. HEX triplet: 51, 3D and 1E. RGB value is (81,61,30). Sum of RGB (Red+Green+Blue) = 81+61+30=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #513D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D1E is #AEC2E1. Grayscale: #3F3F3F. Windows color (decimal): -11453154 or 1981777. OLE color: 1981777.

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

Color convert

RGB 81 61 30 -
CMYK 0 0.25 0.63 0.68
HSL 36.47º 0.46% 0.22% -
HSV(B) 36.47º 0.63% 0.32% -
XYZ 5.3 5.18 1.95 -
YUV 63.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 81 61 30 0 0.25 0.63 0.68 36.47 0.46 0.22
Hex 51 3D 1E 0 19 3F 44 24 2E 16
Octal 121 75 36 0 31 77 104 44 56 26
Binary 1010001 111101 11110 0 11001 111111 1000100 100100 101110 10110

Color Harmonies of #513D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D1E

Black with #513D1E

Text Example


Text Example

White with #513D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,61,30); }

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

background-color css

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

 a { background-color: rgb(81,61,30); }

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

border-color css

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

 span { border-color: rgb(81,61,30); }

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