Html Css Color HEX #51331D Brown Bramble

📋 copy color: '#51331D'

red 81 ◦ green 51 ◦ blue 29

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

Shades of Brown Bramble #51331D

Tints of Brown Bramble #51331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 50.31%
G = 31.68%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51331D (or 0x51331D) is known color: Brown Bramble. HEX triplet: 51, 33 and 1D. RGB value is (81,51,29). Sum of RGB (Red+Green+Blue) = 81+51+29=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51331D is #AECCE2. Grayscale: #393939. Windows color (decimal): -11455715 or 1913681. OLE color: 1913681.

HSL color Cylindrical-coordinate representation of color #51331D: hue angle of 25.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51331D is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 51 29 -
CMYK 0 0.37 0.64 0.68
HSL 25.38º 0.47% 0.22% -
HSV(B) 25.38º 0.64% 0.32% -
XYZ 4.8 4.21 1.72 -
YUV 57.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 81 51 29 0 0.37 0.64 0.68 25.38 0.47 0.22
Hex 51 33 1D 0 25 40 44 19 2F 16
Octal 121 63 35 0 45 100 104 31 57 26
Binary 1010001 110011 11101 0 100101 1000000 1000100 11001 101111 10110

Color Harmonies of #51331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51331D

Black with #51331D

Text Example


Text Example

White with #51331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51331D; }

 p { color: rgb(81,51,29); }

 H1.HeaderClassName
 {
   color: #51331D;
 }
 .AnyTagClassName
 {
   color: #51331D;
 }
</style>

background-color css

<style>
 a { background-color: #51331D; }

 a { background-color: rgb(81,51,29); }

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

border-color css

<style>
 span { border-color: #51331D; }

 span { border-color: rgb(81,51,29); }

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