Html Css Color HEX #51321C Brown Bramble

📋 copy color: '#51321C'

red 81 ◦ green 50 ◦ blue 28

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

Shades of Brown Bramble #51321C

Tints of Brown Bramble #51321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.45%

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 50.94%
G = 31.45%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51321C (or 0x51321C) is known color: Brown Bramble. HEX triplet: 51, 32 and 1C. RGB value is (81,50,28). Sum of RGB (Red+Green+Blue) = 81+50+28=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51321C is #AECDE3. Grayscale: #383838. Windows color (decimal): -11455972 or 1847889. OLE color: 1847889.

HSL color Cylindrical-coordinate representation of color #51321C: hue angle of 24.91º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51321C is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 28 -
CMYK 0 0.38 0.65 0.68
HSL 24.91º 0.49% 0.21% -
HSV(B) 24.91º 0.65% 0.32% -
XYZ 4.74 4.11 1.64 -
YUV 56.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 81 50 28 0 0.38 0.65 0.68 24.91 0.49 0.21
Hex 51 32 1C 0 26 41 44 19 31 15
Octal 121 62 34 0 46 101 104 31 61 25
Binary 1010001 110010 11100 0 100110 1000001 1000100 11001 110001 10101

Color Harmonies of #51321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51321C

Black with #51321C

Text Example


Text Example

White with #51321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51321C; }

 p { color: rgb(81,50,28); }

 H1.HeaderClassName
 {
   color: #51321C;
 }
 .AnyTagClassName
 {
   color: #51321C;
 }
</style>

background-color css

<style>
 a { background-color: #51321C; }

 a { background-color: rgb(81,50,28); }

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

border-color css

<style>
 span { border-color: #51321C; }

 span { border-color: rgb(81,50,28); }

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