Html Css Color HEX #512E14 Brown Bramble

📋 copy color: '#512E14'

red 81 ◦ green 46 ◦ blue 20

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

Shades of Brown Bramble #512E14

Tints of Brown Bramble #512E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.29%

 BLUE value IS 20 (8.2% from 255) = 13.61%

R = 55.1%
G = 31.29%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#512E14 (or 0x512E14) is known color: Brown Bramble. HEX triplet: 51, 2E and 14. RGB value is (81,46,20). Sum of RGB (Red+Green+Blue) = 81+46+20=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #512E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E14 is #AED1EB. Grayscale: #353535. Windows color (decimal): -11457004 or 1322577. OLE color: 1322577.

HSL color Cylindrical-coordinate representation of color #512E14: hue angle of 25.57º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512E14 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 46 20 -
CMYK 0 0.43 0.75 0.68
HSL 25.57º 0.6% 0.2% -
HSV(B) 25.57º 0.75% 0.32% -
XYZ 4.5 3.75 1.15 -
YUV 53.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 81 46 20 0 0.43 0.75 0.68 25.57 0.6 0.2
Hex 51 2E 14 0 2B 4B 44 1A 3C 14
Octal 121 56 24 0 53 113 104 32 74 24
Binary 1010001 101110 10100 0 101011 1001011 1000100 11010 111100 10100

Color Harmonies of #512E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E14

Black with #512E14

Text Example


Text Example

White with #512E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512E14; }

 p { color: rgb(81,46,20); }

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

background-color css

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

 a { background-color: rgb(81,46,20); }

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

border-color css

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

 span { border-color: rgb(81,46,20); }

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