Html Css Color HEX #51331E Brown Bramble

📋 copy color: '#51331E'

red 81 ◦ green 51 ◦ blue 30

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

Shades of Brown Bramble #51331E

Tints of Brown Bramble #51331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 50%
G = 31.48%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51331E (or 0x51331E) is known color: Brown Bramble. HEX triplet: 51, 33 and 1E. RGB value is (81,51,30). Sum of RGB (Red+Green+Blue) = 81+51+30=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51331E is #AECCE1. Grayscale: #393939. Windows color (decimal): -11455714 or 1979217. OLE color: 1979217.

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

Color convert

RGB 81 51 30 -
CMYK 0 0.37 0.63 0.68
HSL 24.71º 0.46% 0.22% -
HSV(B) 24.71º 0.63% 0.32% -
XYZ 4.81 4.21 1.79 -
YUV 57.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 81 51 30 0 0.37 0.63 0.68 24.71 0.46 0.22
Hex 51 33 1E 0 25 3F 44 19 2E 16
Octal 121 63 36 0 45 77 104 31 56 26
Binary 1010001 110011 11110 0 100101 111111 1000100 11001 101110 10110

Color Harmonies of #51331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51331E

Black with #51331E

Text Example


Text Example

White with #51331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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