Html Css Color HEX #51341B Brown Bramble

📋 copy color: '#51341B'

red 81 ◦ green 52 ◦ blue 27

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

Shades of Brown Bramble #51341B

Tints of Brown Bramble #51341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 50.63%
G = 32.5%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51341B (or 0x51341B) is known color: Brown Bramble. HEX triplet: 51, 34 and 1B. RGB value is (81,52,27). Sum of RGB (Red+Green+Blue) = 81+52+27=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51341B is #AECBE4. Grayscale: #393939. Windows color (decimal): -11455461 or 1782865. OLE color: 1782865.

HSL color Cylindrical-coordinate representation of color #51341B: hue angle of 27.78º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51341B is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 52 27 -
CMYK 0 0.36 0.67 0.68
HSL 27.78º 0.5% 0.21% -
HSV(B) 27.78º 0.67% 0.32% -
XYZ 4.82 4.28 1.61 -
YUV 57.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 81 52 27 0 0.36 0.67 0.68 27.78 0.5 0.21
Hex 51 34 1B 0 24 43 44 1C 32 15
Octal 121 64 33 0 44 103 104 34 62 25
Binary 1010001 110100 11011 0 100100 1000011 1000100 11100 110010 10101

Color Harmonies of #51341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51341B

Black with #51341B

Text Example


Text Example

White with #51341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51341B; }

 p { color: rgb(81,52,27); }

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

background-color css

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

 a { background-color: rgb(81,52,27); }

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

border-color css

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

 span { border-color: rgb(81,52,27); }

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