Html Css Color HEX #51311A Brown Bramble

📋 copy color: '#51311A'

red 81 ◦ green 49 ◦ blue 26

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

Shades of Brown Bramble #51311A

Tints of Brown Bramble #51311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.41%

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 51.92%
G = 31.41%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51311A (or 0x51311A) is known color: Brown Bramble. HEX triplet: 51, 31 and 1A. RGB value is (81,49,26). Sum of RGB (Red+Green+Blue) = 81+49+26=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #51311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51311A is #AECEE5. Grayscale: #383838. Windows color (decimal): -11456230 or 1716561. OLE color: 1716561.

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

Color convert

RGB 81 49 26 -
CMYK 0 0.40 0.68 0.68
HSL 25.09º 0.51% 0.21% -
HSV(B) 25.09º 0.68% 0.32% -
XYZ 4.68 4.02 1.51 -
YUV 55.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 81 49 26 0 0.40 0.68 0.68 25.09 0.51 0.21
Hex 51 31 1A 0 28 44 44 19 33 15
Octal 121 61 32 0 50 104 104 31 63 25
Binary 1010001 110001 11010 0 101000 1000100 1000100 11001 110011 10101

Color Harmonies of #51311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51311A

Black with #51311A

Text Example


Text Example

White with #51311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51311A; }

 p { color: rgb(81,49,26); }

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

background-color css

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

 a { background-color: rgb(81,49,26); }

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

border-color css

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

 span { border-color: rgb(81,49,26); }

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