Html Css Color HEX #513D1F Clinker

📋 copy color: '#513D1F'

red 81 ◦ green 61 ◦ blue 31

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

Shades of Clinker #513D1F

Tints of Clinker #513D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.92%

R = 46.82%
G = 35.26%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#513D1F (or 0x513D1F) is known color: Clinker. HEX triplet: 51, 3D and 1F. RGB value is (81,61,31). Sum of RGB (Red+Green+Blue) = 81+61+31=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #513D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D1F is #AEC2E0. Grayscale: #3F3F3F. Windows color (decimal): -11453153 or 2047313. OLE color: 2047313.

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

Color convert

RGB 81 61 31 -
CMYK 0 0.25 0.62 0.68
HSL 36º 0.45% 0.22% -
HSV(B) 36º 0.62% 0.32% -
XYZ 5.31 5.19 2.02 -
YUV 63.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 81 61 31 0 0.25 0.62 0.68 36 0.45 0.22
Hex 51 3D 1F 0 19 3E 44 24 2D 16
Octal 121 75 37 0 31 76 104 44 55 26
Binary 1010001 111101 11111 0 11001 111110 1000100 100100 101101 10110

Color Harmonies of #513D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D1F

Black with #513D1F

Text Example


Text Example

White with #513D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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